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

Custom undo/redo implementation #97

Closed
alexeyinkin opened this issue Oct 27, 2022 · 0 comments · Fixed by #98
Closed

Custom undo/redo implementation #97

alexeyinkin opened this issue Oct 27, 2022 · 0 comments · Fixed by #98
Assignees

Comments

@alexeyinkin
Copy link
Contributor

Currently code folding causes automatic creation of undo/redo records. This is done by _TextEditingHistory widget inside TextField widget.
Undoing code folding breaks the hidden state we maintain.

@alexeyinkin alexeyinkin self-assigned this Oct 27, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
alexeyinkin added a commit that referenced this issue Oct 31, 2022
* Custom undo/redo implementation (#97)

* Fix after review (#97)

* Fix after review (#97)

* Fix after review (#97)

* Fix after review (#97)

* Auto-format (#97)
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 a pull request may close this issue.

1 participant