coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
712 stars 111 forks source link

Allow to switch off autosave, and save manually #40

Open xasima opened 12 years ago

xasima commented 12 years ago

When working with some hot-deployment (using https://github.com/isaacs/node-supervisor) it's desirable to delay auto saving at least some significant changes will be introduced in the code. Please add 'settings' button on UI where we can configure to switch off auto-save. Perform some saving explicitly with special button /hot key.