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

Remove merge_undo from undo code. #1999

Merged
merged 2 commits into from
Mar 21, 2023
Merged

Remove merge_undo from undo code. #1999

merged 2 commits into from
Mar 21, 2023

Conversation

corranwebster
Copy link
Contributor

@corranwebster corranwebster commented Mar 21, 2023

Fixes #1515. Also removes a no-longer used history trait.

This completes the transition of TraitsUI undo/redo to share the same basis as the Pyface/Apptools undo/redo.

There is still an issue in #1060 that is unresolved which is about refactoring TraitsUI to be more command-stack based, rather than building the command stack reactively.

Checklist

  • Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

Fixes #1515

This completes the transition of TraitsUI undo/redo to share the same basis
as the Pyface/Apptools undo/redo
Copy link
Member

@mdickinson mdickinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@corranwebster corranwebster merged commit 0b97654 into main Mar 21, 2023
@corranwebster corranwebster deleted the enh/remove-merge-undo branch March 21, 2023 16:43
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.

Remove 'merge_undo' from AbstractUndoItem
2 participants