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

Feature/undo refactor #49

Merged
merged 11 commits into from
Mar 22, 2024
Merged

Feature/undo refactor #49

merged 11 commits into from
Mar 22, 2024

Conversation

sillydan1
Copy link
Owner

This PR refactors the undo system majorly:

Changes

  • Undo system is now based on a tree datastructure
  • Graphedit undo systems are now observable
  • Undo systems are now instantiated on a per-buffer basis rather than one global system
  • Add a new undo-system inspector (and branch switcher) to the std plugin

This PR fixes #1

@sillydan1 sillydan1 added the enhancement New feature or request label Mar 21, 2024
@sillydan1 sillydan1 self-assigned this Mar 21, 2024
@sillydan1 sillydan1 changed the base branch from main to dev March 21, 2024 21:19
@sillydan1 sillydan1 merged commit 20cd4df into dev Mar 22, 2024
3 checks passed
@sillydan1 sillydan1 deleted the feature/undo-refactor-#1 branch March 22, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Undo does not respect closed viewmodels
1 participant