1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Add "Close Tabs Below" option to script editor context menu

Co-authored-by: PrecisionRender <austin08dean@gmail.com>
This commit is contained in:
kobewi
2024-11-05 14:02:51 +01:00
parent e37c6261ea
commit 92103366a5
2 changed files with 21 additions and 1 deletions

View File

@@ -252,6 +252,7 @@ class ScriptEditor : public PanelContainer {
CLOSE_DOCS,
CLOSE_ALL,
CLOSE_OTHER_TABS,
CLOSE_TABS_BELOW,
TOGGLE_FILES_PANEL,
SHOW_IN_FILE_SYSTEM,
FILE_COPY_PATH,
@@ -398,6 +399,7 @@ class ScriptEditor : public PanelContainer {
void _close_discard_current_tab(const String &p_str);
void _close_docs_tab();
void _close_other_tabs();
void _close_tabs_below();
void _close_all_tabs();
void _queue_close_tabs();