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

Add Undo #33

Open
5axes opened this issue Mar 31, 2023 · 0 comments
Open

Add Undo #33

5axes opened this issue Mar 31, 2023 · 0 comments
Labels
enhancement New feature or request ToDoList Feature in a ToDoList , but without planning

Comments

@5axes
Copy link
Owner

5axes commented Mar 31, 2023

Undo

To use the Ctrl+Z

`
doc = App.ActiveDocument
doc.openTransaction()
# some undoable actions
doc.commitTransaction()

  # in case of error
  doc.abortTransaction()

`

@5axes 5axes added enhancement New feature or request ToDoList Feature in a ToDoList , but without planning labels Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ToDoList Feature in a ToDoList , but without planning
Projects
None yet
Development

No branches or pull requests

1 participant