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

Undo #340

Open
nthiery opened this issue Sep 23, 2023 · 3 comments
Open

Undo #340

nthiery opened this issue Sep 23, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nthiery
Copy link

nthiery commented Sep 23, 2023

Enable undoing the last action with Ctrl-Z for all actions.

Main use case: accidental typing or clicking. For that, recursive undo is probably not needed.

@barais barais added enhancement New feature or request help wanted Extra attention is needed labels Oct 9, 2023
@barais
Copy link
Collaborator

barais commented Oct 9, 2023

Huge modifications ;).

I will discuss with @arnobl to see how to manage it correctly

@nthiery
Copy link
Author

nthiery commented Oct 9, 2023

Yeah, I bet. Even small steps (like taking care of some simpler cases) are helpful!

Thanks for investigating.

@nthiery
Copy link
Author

nthiery commented Nov 13, 2023

Thinking more about it while grading: the most useful part would be when hand drawing
over the copies. Typically you make a stroke and it's not super precise; so you want to redo
it. Currently you need to switch to the erase tool, select the stroke, switch back to the
drawing tool. Ctrl-Z would be much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants