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

Implemented history redo action, history contexts & updated history view #1420

Open
wants to merge 5 commits into
base: testing
Choose a base branch
from

Conversation

ergoxiv
Copy link
Contributor

@ergoxiv ergoxiv commented Dec 21, 2024

Proposed changes:

  • Added histoy redo action & hotkey combination (Ctrl+Y).
  • Added history contexts to safeguard against accidental undo/redo actions.
    • This works by checking the history entry's context before performing either of those two actions. If the context differs, the user will be prompted with a confirmation dialog window.
  • Updated history view to showcase which history entries were undone.
  • Added undo, redo & clear history buttons in history view.
  • Misc. optimizations and unused code cleanup.

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.

1 participant