particle-iot-archived / particle-dev-app

Particle Dev: a professional, hackable IDE for Particle, based on Github's Atom https://www.particle.io/dev
26 stars 5 forks source link

Particle Dev does not save when compiling #12

Closed cmsunu28 closed 8 years ago

cmsunu28 commented 8 years ago

Unilke the web IDE, Particle Dev does not currently save before compiling or flashing, and it compiles the last saved version of the file. Particle Dev should automatically save (or request to save) firmware before compiling or flashing to reduce user confusion in firmware updates and debugging.

suda commented 8 years ago

@cmsunu28 in latest Particle Dev you can enable this behaviour by going into settings (cmd+,) then select Packages on the left, searching for particle-dev, clicking Settings and then checking Save All Before Compile :)

This still needs to be added to documentation and possibly adding a shortcut.