mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
-Show proper node name in subcall
-Implemented Ctrl-F to focus script type search
This commit is contained in:
parent
9865650b43
commit
72748d1363
3 changed files with 17 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
|
||||
enum {
|
||||
EDIT_DELETE_NODES,
|
||||
EDIT_TOGGLE_BREAKPOINT
|
||||
EDIT_TOGGLE_BREAKPOINT,
|
||||
EDIT_FIND_NODE_TYPE,
|
||||
};
|
||||
|
||||
MenuButton *edit_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue