diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-08 20:00:02 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-08 20:00:52 -0300 |
commit | f8f30662d93a46eb4b1ece6d45be28760d5ad58c (patch) | |
tree | 3424b030b66b649cac699d813cf6d102677c4d7f /tools/editor/plugins/script_editor_plugin.h | |
parent | 1bdb55831dc90075665b1900b1cf4cdf1a5fe335 (diff) | |
download | redot-engine-f8f30662d93a46eb4b1ece6d45be28760d5ad58c.tar.gz |
-Ability to reload (and soft reload) tool scripts. Please test!
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, |