Closed
Description
I have a sketch which includes a cpp file in the same directory as the .ino file. When I make a change to the .cpp file, save, and compile, then the change in the .cpp file is not picked up. I have to restart the Arduino IDE each time to have it recognize the change in the .cpp file.
It would be nice if the restart wasn't necessary. (This might apply to other file types different from .cpp as well).