Reputation: 3199
When I close Rubymine with some unsaved changed files, it saves those files automatically without any prompt. Is there anyway to disable this auto-save-on-close behavior? I searched that huge option tree for a while but achieved nothing.
Upvotes: 3
Views: 1883
Reputation: 51
Check here https://www.jetbrains.com/ruby/help/saving-and-reverting-changes.html Gives instructions on how to disable this.
To enable auto-saving on the regular basis
Instead of selecting the checkbox, deselect it.
Upvotes: 5
Reputation: 93728
No, it's not possible. You are welcome to join the discussion in IDEABKL-6460
See also http://devnet.jetbrains.com/message/5469319#5469319 for some tips on changing the current behavior. But note that this auto-saving is a core IDE feature so that it can't be disabled completely. Auto-save can happen at multiple stages: e.g. making changes in Settings, running command in Terminal, executing/debugging script etc.
Upvotes: 1