ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

File update detection bug (external editor mode) #999

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the IDE in the external editor mode.
2. Load a sketch (File -> Open)
3. Create a new sketch (File -> New)
4. Disable external editor mode
5. Update the previous sketch with the external editor
5. Go back the previous sketch and compile

What is the expected output? What do you see instead?
I expected the sketch to be updated in the IDE because the Arduino editor 
display is still grayed out like it would be when it is in the external editor 
mode.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
Arduino IDE 1.0.1 on Windows XP SP3 with an Arduino Uno R3

Original issue reported on code.google.com by mkwi...@gmail.com on 31 Jul 2012 at 6:54