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/Redo #1

Draft
wants to merge 11 commits into
base: trunk
Choose a base branch
from
Draft

Add Undo/Redo #1

wants to merge 11 commits into from

Conversation

ffrank913
Copy link
Contributor

1. Why is this change necessary?

We want to support undo/redo behaviour within dive.

2. What does this change do, exactly?

Adds undo/redo functionalities to dive communication.

3. Describe each step to reproduce the issue or behaviour.

CTRL-Z / CMD-Z to Undo. CTRL-SHIFT-Z / CMD-SHIFT-Z to Redo (after Undo).

4. Please link to the relevant issues (if any).

5. Checklist

  • I have rebased my changes to remove merge conflicts
  • I have written tests and verified that they fail without my change
  • I have created a changelog file with all necessary information about my changes
  • I have written or adjusted the documentation according to my changes
  • This change has comments for package types, values, functions, and non-obvious lines of code
  • I have read the contribution requirements and fulfil them.

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

Successfully merging this pull request may close these issues.

2 participants