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

Write test for soft_undo and soft_redo #113

Closed
quarnster opened this issue Nov 2, 2013 · 4 comments
Closed

Write test for soft_undo and soft_redo #113

quarnster opened this issue Nov 2, 2013 · 4 comments
Labels

Comments

@quarnster
Copy link
Member

No description provided.

@RoelVanNyen
Copy link
Contributor

What does soft vs hard undo do ?
From the code I cannot really understand.

@sieben07
Copy link
Contributor

sieben07 commented Jan 7, 2014

Not sure but:
"Undo/redo in Sublime Text normally only steps through actions that modify the buffer, skipping over those that simply modify the selection. Changes to the selection are still part of the undo history, and can be stepped through using Ctrl+U/Ctrl+Shift+U (softUndo/softRedo commands)."

http://www.sublimetext.com/forum/viewtopic.php?f=2&t=641

@RoelVanNyen
Copy link
Contributor

Thx, then it should be easy to implement the testing of this.

@erbridge
Copy link
Contributor

Migrated to limetext/backend#9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants