Closed as not planned
Closed as not planned
Description
Sometimes a source fiIe that is open in the Arduino IDE becomes modified
from an external program (e.g. an alternate text editor like notepad++, or a
bitmap in a header file which was converted to hex by tools like image2cpp).
Because the Arduino IDE doesn't detect these modifications, it is required to
close and reopen the sketch or else changes might get lost.
I would like the IDE to detect the file change and ask what to do (like in notepad++).
This feature would help beginners, because it is frustrating if changes are ignored or
become lost.
There might even be a setting to automatically open the changed file (which will
become tricky, if there are unsaved changes).