RubyMine autosaves when losing focus

Earlier, I had the text set to save when I lost focus (i.e. switched to another application, terminal, etc.).

Is there any way to install RubyMine for this?

+3
source share
1 answer

File | Settings | General | Save files by deactivating the frame:

Select this check box to save all changed files each time you switch to another application. Removing a checkbox can lead to a conflict of changes inside and outside of RubyMine when it loses focus. In this case, RubyMine will prompt you to select the option you need. For more information, see the File Cache Context Dialog Box dialog box.

Save files on frame deactivation

Please note that this option should be enabled by default.

+4
source

All Articles