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

GH-58 Initial support for undo/redo #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Naros
Copy link
Member

@Naros Naros commented Jul 14, 2024

Fixes #58

This PR currently supported the following undo/redo operations:

  • Moving nodes
  • Changing pin default values
  • Connect and disconnect pins
  • Renaming components (graphs, functions, variables, signals)
  • Changing the Orchestration base type
  • Export variable toggle in component panel
  • Inspector changes already supported by Godot

* Moving nodes
* Changing pin default values
* Connect and disconnect pins
* Renaming components (graphs, functions, variables, signals)
* Changing the Orchestration base type
* Export variable toggle in component panel
* Inspector changes already supported by Godot
@Naros Naros added the cherrypick:2.0 Requires cherry-pick to Orchestrator 2.0 label Jul 14, 2024
@Naros Naros modified the milestones: 2.1, 2.2 Jul 14, 2024
@Naros Naros added the cherrypick:2.1 Requires cherry-pick to Orchestrator 2.1 label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherrypick:2.0 Requires cherry-pick to Orchestrator 2.0 cherrypick:2.1 Requires cherry-pick to Orchestrator 2.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Editor Undo/Redo operations
1 participant