Visual cue when a file has unsaved changes?

  • 3
  • 11

I searched and couldn't find a related question.

Is there any way to determine if a file has been modified since the last save? Usually in text editors, the save button is disabled if there are no changes to be save. I haven't found a similar visual cue in PyCharm but I'm hoping that I'm just not finding it.
Why do you need it? PyCharm always saves changes to all files automatically, so there is no benefit in indicating the unsaved status of a file.
--
Dmitry Jemerov, Chief Technology Officer, JetBrains

I disabled the auto-save feature. IMO, it is dangerous to auto-save a file. I know there are some preventative measures in PyCharm but I still prefer to manually decide when a file should or should not be saved.

There is no way to disable the auto-save feature. Even if you turn off autosave by timer, PyCharm will always save all files when running an external process or when closing.
--
Dmitry Jemerov, Chief Technology Officer, JetBrains