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

Feature Request: Specialized Undo Buttons #275

Open
PaltryProgrammer opened this issue Aug 1, 2022 · 4 comments
Open

Feature Request: Specialized Undo Buttons #275

PaltryProgrammer opened this issue Aug 1, 2022 · 4 comments

Comments

@PaltryProgrammer
Copy link

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

@stefankueng
Copy link
Owner

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).
That said: if you have a situation where undo undoes too much, please report that specific situation.

Because I have to say that: multiple undo buttons is something I will never implement. That's just very very bad UI.

@wmjordan
Copy link
Collaborator

wmjordan commented Aug 4, 2022

Perhaps he meant something like that in VS. There's a drop-down split button for Undo. In the drop-down, we can undo multiple actions with a single click.

image

@stefankueng
Copy link
Owner

stefankueng commented Aug 10, 2022

https://groups.google.com/g/scintilla-interest/c/rWdS4jCjsyQ/m/Rtespjp0AQAJ

doesn't seem to get done anytime soon, if ever.

@PaltryProgrammer
Copy link
Author

Specialized Undo-Redo and Two New 1

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

No branches or pull requests

3 participants