-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve Undo/Redo #108
Comments
Don't see how 2-4 may be easily implemented, branching would be more of a headache but I don't mind. I wan't to link similar problems here: #107 As well as add that persistent history would be great if and only if files were always backed up on save so that when ST is closed, a change is made by another editor, when you open the file you may be able to undo that change. I think it's a killer feature as well as you may think of it as a diff glancing when you update to the latest revison from VCS. |
The History window is really something a proper VCS like git should provide. That's also compatible with a lot of other software. |
Undo history will be saved in the session with the next version. Other undo improvements should be separated into separate issues. |
Out of curiosity, how much of the history will be saved? I doubt it will be unbound. |
There's a fixed size limit per file, I think it's currently at ~2MB. |
Undo history has been added in 4075. |
Would be nice to have:
All of these where present in the (defunct now) e-text editor
Related:
http://sublimetext.userecho.com/topic/92833-undo-trees/
http://sublimetext.userecho.com/topic/20126-undo-even-after-closing-and-reopening-file-storing-entire-undo-history/
http://sublimetext.userecho.com/topic/93082-undo-in-selection/
The text was updated successfully, but these errors were encountered: