-
Ctrl+Z rolls the document back to the initial state when it was loaded from disk. But the document is still marked as changed and the editor will ask to save if I close it. Is this the desired behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, this is the desired and correct behaviour. If you close the document (not the application) even if the session snapshot is enabled you will lose those changes because they are not part of the session snapshot. Session snapshot is intended to keep the session state alive between ecode instances, but it's not intended to keep unsaved local changes during your session, that would be too confusing. |
Beta Was this translation helpful? Give feedback.
Yes, this is the desired and correct behaviour. If you close the document (not the application) even if the session snapshot is enabled you will lose those changes because they are not part of the session snapshot. Session snapshot is intended to keep the session state alive between ecode instances, but it's not intended to keep unsaved local changes during your session, that would be too confusing.