diff options
| author | sersoong | 2017-11-20 13:15:40 +0800 |
|---|---|---|
| committer | sersoong | 2017-11-20 15:06:52 +0800 |
| commit | 66f6a8b4b521395b17f757e64a4341f33df674fe (patch) | |
| tree | 2850758fd07aa51c8ed7cd58f03c62d67eb3d0b5 /editor/plugins/script_editor_plugin.h | |
| parent | 8e6c281a0489ee908eb1666d30b65fb22edba670 (diff) | |
| download | godot-66f6a8b4b521395b17f757e64a4341f33df674fe.tar.gz godot-66f6a8b4b521395b17f757e64a4341f33df674fe.tar.zst godot-66f6a8b4b521395b17f757e64a4341f33df674fe.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index b8317f9e8..77ca4bc9d 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -135,6 +135,7 @@ class ScriptEditor : public PanelContainer { FILE_CLOSE, CLOSE_DOCS, CLOSE_ALL, + CLOSE_OTHER_TABS, TOGGLE_SCRIPTS_PANEL, FILE_TOOL_RELOAD, FILE_TOOL_RELOAD_SOFT, @@ -251,6 +252,7 @@ class ScriptEditor : public PanelContainer { void _close_current_tab(); void _close_discard_current_tab(const String &p_str); void _close_docs_tab(); + void _close_other_tabs(); void _close_all_tabs(); void _ask_close_current_unsaved_tab(ScriptEditorBase *current); |
