aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorsersoong2018-01-02 10:11:54 +0800
committersersoong2018-01-02 10:11:54 +0800
commit77c969878516871b29a9567d8917651d01f273b0 (patch)
tree8c8b60aa217cd72d05a1aa020d0c7c5fbadfe923 /editor/plugins/script_editor_plugin.h
parentb50a9114b105dafafdda8248a38653bca314a6f3 (diff)
downloadgodot-77c969878516871b29a9567d8917651d01f273b0.tar.gz
godot-77c969878516871b29a9567d8917651d01f273b0.tar.zst
godot-77c969878516871b29a9567d8917651d01f273b0.zip
Add Show In File System to script editor tabs
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 330514744..d90cf7b91 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -137,6 +137,7 @@ class ScriptEditor : public PanelContainer {
CLOSE_ALL,
CLOSE_OTHER_TABS,
TOGGLE_SCRIPTS_PANEL,
+ SHOW_IN_FILE_SYSTEM,
FILE_COPY_PATH,
FILE_TOOL_RELOAD,
FILE_TOOL_RELOAD_SOFT,