Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix values after save+undo #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

prso
Copy link

@prso prso commented Nov 12, 2020

If you open a file, change some values, save the file then undo the changes, scroll down one page, back to the previous page and the changes are not really undone.

This fix that.

prso added 2 commits November 11, 2020 19:57
The value was not in the linked list but neither in the file
it was only in the stack but this is not enough to correctly update the edition windows
so add it to the list as well
In other editors highlighted values are those which are different from the file (not saved)
In hexcurse highligthed values are those which can be undone independent of the state of the file, this fix keeps that behaviour
In addition there is some cleanup in outline() function
@prso prso changed the title Update fix v5 Fix values after save+undo Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant