Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FIND_NODE_TYPE (ctrl-f) shortcut.
The generic search shortcut is now CTRL-F.
This commit is contained in:
parent
9e16f4a370
commit
31008c9199
2 changed files with 9 additions and 8 deletions
|
|
@ -212,6 +212,9 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
String revert_on_drag;
|
||||
|
||||
void _input(const Ref<InputEvent> &p_event);
|
||||
|
||||
void _generic_search();
|
||||
|
||||
void _members_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _on_nodes_delete();
|
||||
void _on_nodes_duplicate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue