mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Add close other tabs to Script Editor
This commit is contained in:
parent
8e6c281a04
commit
66f6a8b4b5
2 changed files with 39 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue