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

Implement persistent undo history #50

Open
elkowar opened this issue Dec 25, 2022 · 0 comments
Open

Implement persistent undo history #50

elkowar opened this issue Dec 25, 2022 · 0 comments
Labels
topic-core Things related to the editor core
Milestone

Comments

@elkowar
Copy link
Contributor

elkowar commented Dec 25, 2022

Undo history should be preserved across restarts of the editor, similar to how it works in vim. This requires specifying the location of the undo history file, specifying a format for that history, and loading the history from that file when opening a file.

@elkowar elkowar converted this from a draft issue Dec 25, 2022
@elkowar elkowar added this to the Kinda comfy milestone Dec 25, 2022
@elkowar elkowar added the topic-core Things related to the editor core label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-core Things related to the editor core
Projects
Status: Todo
Development

No branches or pull requests

1 participant