1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

-Show proper node name in subcall

-Implemented Ctrl-F to focus script type search
This commit is contained in:
Juan Linietsky
2016-08-08 01:41:57 -03:00
parent 9865650b43
commit 72748d1363
3 changed files with 17 additions and 1 deletions

View File

@@ -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;