-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
egui: add redo support to Undoer
#3478
Conversation
Honestly no idea why the labels check is failing. Either that or it means actual github labels which I don't have permission to apply. |
Hey @emilk what would it take to get this merged? |
Better how? |
AFAIK this implementation just seemed more straightforward to me. I've since forgot the exact reason, though. |
Sigh. I literally ran |
In my own application, I have a variation of change history that allows you to have multiple redo stacks and switch between them, rather than them being cleared whenever you perform an action. However, that usually requires supporting UI, and isn't always intuitive to people, which is why I don't think it's right for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Undoer
Better implementation than #3448. (by accident since I did not see that PR)