-
Notifications
You must be signed in to change notification settings - Fork 85
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
Feature Request: Specialized Undo Buttons #275
Comments
undo does undo the last action. So if you paste a whole text, then that text will get undone. If you simply type, an undo will undo what you've typed (depends on how fast you type though, not every single char is undone separately). Because I have to say that: multiple undo buttons is something I will never implement. That's just very very bad UI. |
https://groups.google.com/g/scintilla-interest/c/rWdS4jCjsyQ/m/Rtespjp0AQAJ doesn't seem to get done anytime soon, if ever. |
Greetings Kind Regards I am trying to understand the logic of Undo. Sometimes it undos everything entered e.g. if I click on Undo here it will delete everything I've typed. May I suggest several Undo buttons i.e. to wit [ Undo last character entered ] [ Undo last word entered ] [ Undo last sentence entered ] [ Undo everything entered ] [ Undo deleted character ] [ Undo deleted word ] [ Undo deleted sentence ] [ Undo entire delete ] Of course each button is made active as situation calls for. - Best Cheerio
The text was updated successfully, but these errors were encountered: