diff options
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index 4eb3519059..5a9dce759e 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -142,6 +142,8 @@ class ScriptEditor : public VBoxContainer { EDIT_INDENT_RIGHT, EDIT_INDENT_LEFT, EDIT_CLONE_DOWN, + FILE_TOOL_RELOAD, + FILE_TOOL_RELOAD_SOFT, SEARCH_FIND, SEARCH_FIND_NEXT, SEARCH_FIND_PREV, |