1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

-Ability to reload (and soft reload) tool scripts. Please test!

This commit is contained in:
Juan Linietsky
2016-06-08 20:00:02 -03:00
parent 1bdb55831d
commit f8f30662d9
5 changed files with 124 additions and 0 deletions

View File

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