ezieragabriel / arduino

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

directorys #1082

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to see the compiled hex file placed in the project directory once 
completed

With the current version it placed them in a temp folder and changes the 
directory every time you open and close causing it to be a headache to find the 
file.

I can see many other users doing the same as I am, once compiled bring the 
completed file in to a SPICE simulation file to run tests on the code with 
changes to the schematic.  Finding the correct build directory can be a tedious 
process.  If it copied once complete to the sketch directory we could link from 
the other software without changing links to the compiled hex file.

This would not cause problems with other versions as it only involves a file 
being copied back to a directory for ease of use.

Original issue reported on code.google.com by va3...@gmail.com on 24 Oct 2012 at 1:52