aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-27 19:03:19 -0300
committerJuan Linietsky2017-08-27 19:04:19 -0300
commitd23f323cde8a1664d587b4fed1b8683be479ff40 (patch)
tree1b61e972c6199c83fdab4733e6b2e82ee5f43db6 /editor/plugins/script_editor_plugin.h
parent909c9e0ba06eabfc8e21735f09d7a624dfd9fa36 (diff)
downloadgodot-d23f323cde8a1664d587b4fed1b8683be479ff40.tar.gz
godot-d23f323cde8a1664d587b4fed1b8683be479ff40.tar.zst
godot-d23f323cde8a1664d587b4fed1b8683be479ff40.zip
-Moved script run to editor, removed from project
-fixed to code completion -fix shader crash bug reported by tagcup
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r--editor/plugins/script_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index 17209de68..d2677c6a4 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -131,6 +131,7 @@ class ScriptEditor : public PanelContainer {
FILE_RELOAD_THEME,
FILE_SAVE_THEME,
FILE_SAVE_THEME_AS,
+ FILE_RUN,
FILE_CLOSE,
CLOSE_DOCS,
CLOSE_ALL,