edward0429 / arduino

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

Externally changed files don't update before compiling with IDE 1.0-rc1 #665

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup the IDE to use 'external editor'
2. Open a sketch that has >1 source file (f/ex the .pde, a .c and a .h file.
3. Compile the project
4. Edit e.g. the .h file with the external editor and save it.
5. In the IDE, recompile.

What is the expected output? What do you see instead?
The contents of tab for the changed .h file should reflect the new contents. 
That does not happen.
(Compare to the behavior of of IDE 0022 in which the tab _does_ get updated).

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Arduino 1.0-rc1
Mac OS 10.6.8
Mega 2560

Please provide any additional information below.

Original issue reported on code.google.com by wonkywh...@sent.com on 1 Oct 2011 at 9:46

GoogleCodeExporter commented 8 years ago
Hmm, it seems to work for me (also on a Mac, although 10.7).  I tried a sketch 
with two .ino files, a .cpp, a .c, and .h files.  It seems to reload all of 
them on compile or on upload.  Can you try again?  Or think of anything that 
might have been different about your test?  Maybe attach your sketch?

Original comment by dmel...@gmail.com on 10 Oct 2011 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by dmel...@gmail.com on 17 Dec 2011 at 1:07