You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
OS: Mac OS
Java version: openjdk 18.0.2.1 2022-08-18
Describe the bug
Undo-ing all changes in an unsaved file or saved file prompts a save file prompt when it shouldn't.
When you make a change to the file, then save that file, pressing ctrl+z to undo the last change will erase the contents of the file.
Explain Steps To Reproduce
Steps to reproduce the behavior:
For bug 1:
Open editor
Write EzAsm code
Undo all changes in editor
Exit editor
For bug 2:
Open saved file
Press ctrl+z
Expected behavior
For bug 1: The save prompt should not show when no changes have been made to the existing or non existing file (empty).
For bug 2: Ctrl+z on a reopened saved file shouldn't change the contents of the text area at all.
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
Describe the bug
Explain Steps To Reproduce
Steps to reproduce the behavior:
For bug 1:
For bug 2:
Expected behavior
For bug 1: The save prompt should not show when no changes have been made to the existing or non existing file (empty).
For bug 2: Ctrl+z on a reopened saved file shouldn't change the contents of the text area at all.
The text was updated successfully, but these errors were encountered: