diff options
| author | Juan Linietsky | 2017-08-27 19:03:19 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-27 19:04:19 -0300 |
| commit | d23f323cde8a1664d587b4fed1b8683be479ff40 (patch) | |
| tree | 1b61e972c6199c83fdab4733e6b2e82ee5f43db6 /editor/plugins/script_editor_plugin.h | |
| parent | 909c9e0ba06eabfc8e21735f09d7a624dfd9fa36 (diff) | |
| download | godot-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.h | 1 |
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, |
