Search code examples
rubyintellij-idearubymine

How to prevent Rubymine from automatically saving changed files on exit without any prompt?


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.


Solution

  • 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.