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.

@ffrank913 ffrank913 force-pushed the feature/undo-redo branch from 654f5d9 to 9d72b2c Compare June 13, 2024 08:29
@ffrank913 ffrank913 force-pushed the feature/undo-redo branch 4 times, most recently from f587bf7 to e30ea93 Compare June 14, 2024 15:11
@ffrank913 ffrank913 force-pushed the trunk branch 16 times, most recently from 0f97545 to e808e9b Compare June 17, 2024 14:28
@ffrank913 ffrank913 force-pushed the feature/undo-redo branch 2 times, most recently from a8865d9 to 1eb6050 Compare June 18, 2024 12:50
@ffrank913 ffrank913 force-pushed the feature/undo-redo branch from 8f3c033 to d81ce2d Compare July 8, 2024 14:15
@ffrank913 ffrank913 force-pushed the feature/undo-redo branch from d81ce2d to 310e896 Compare July 8, 2024 14:16
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