itsanjan / arduino

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

Re-open .pde sketches automatically (since they won't be renamed until saved) #652

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Arduino 1.0 IDE should open (restore) sketches with the .pde extension 
automatically.  Before we weren't, since the sketches were renamed on open and 
I didn't want to rename things just because someone had left them open in 
Arduino 0022.  But now that sketches are only renamed on save, it's okay to 
restore .pde sketches in 1.0.

Original issue reported on code.google.com by dmel...@gmail.com on 25 Sep 2011 at 1:59

GoogleCodeExporter commented 8 years ago
https://github.com/arduino/Arduino/commit/d49c8e2c13c85f9532a7aa1ee2f2f171f57f6f
5c

Original comment by dmel...@gmail.com on 25 Sep 2011 at 2:05