mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add "Close Tabs Below" option to script editor context menu
Co-authored-by: PrecisionRender <austin08dean@gmail.com>
This commit is contained in:
parent
e37c6261ea
commit
92103366a5
2 changed files with 21 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue