-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support Editor Undo/Redo operations #58
Comments
This is a good idea, because at the moment, when I want to undo the last action, I automatically press CTRL+Z on the keyboard, no cancellation occurs on the visual script canvas, but Godot intercepts this command and makes the cancellation in another place, for example, in node configurations. This can go unnoticed and break the application. |
Logical Operations
The current API for certain actions is insufficient to support undo/redo operations, which are identified with the |
* 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
Description
To improve the user experience, the plug-in should support complete undo/redo operations.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: