mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
-Ability to reload (and soft reload) tool scripts. Please test!
This commit is contained in:
parent
1bdb55831d
commit
f8f30662d9
5 changed files with 124 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue