skywalkerytx
skywalkerytx

Reputation: 108

How to disable autosave feature on IDEA?

env: IDEA-14.0.2, kubuntu14.10 x64

Yesterday I use IDEA to learn source from Spark. When discussing with my partner, I write serval lines directly to the source, then I closed the IDEA without ctrl+S

Today when I open the project I found that those little changes still exist and make the source very dirty (and bit hard to remove them since they are everywhere). I assume that there's a autosave feature the avoid close without saving by incident.

how to close that on certain project? or do it globally?

Upvotes: 4

Views: 2769

Answers (1)

Bohuslav Burghardt
Bohuslav Burghardt

Reputation: 34776

Currently it can't be disabled. There are a few open issues in the IntelliJ's YouTrack, for instance IDEABKL-6460. There is a long discussion in this issue, but from comments like this:

Auto-saving is built in very deeply and many IDE features just won't work without it (e.g. compilation, running, etc). For reverting unwanted changes there's VCS, Local History and Undo.

Currently we don't plan to add a possibility to disable auto-save.

it seems that implementing this feature isn't planned and even if it was it would be probably difficult. But you can leave a comment and vote for the issue because the more people request this feature the more probable it is that it will get actually implemented sometime in the future.

Upvotes: 5

Related Questions