Visual cue when a file has unsaved changes?
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.
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.
Please sign in to leave a comment.
So the "save" button in PyCharm is there only for a particular case when autosave is off, but even then, the save is just delayed and not off. Did I get it right?
It would be nice to have have a clue that the file was saved again as it was edited, e.g. to avoid the accidental edits like middle-click pastes from the touchpad