You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option
Script Editor: adding close all docs menu option
This commit is contained in:
@@ -127,6 +127,7 @@ class ScriptEditor : public VBoxContainer {
|
||||
FILE_SAVE_THEME,
|
||||
FILE_SAVE_THEME_AS,
|
||||
FILE_CLOSE,
|
||||
CLOSE_DOCS,
|
||||
EDIT_UNDO,
|
||||
EDIT_REDO,
|
||||
EDIT_CUT,
|
||||
@@ -237,6 +238,7 @@ class ScriptEditor : public VBoxContainer {
|
||||
void _close_tab(int p_idx);
|
||||
|
||||
void _close_current_tab();
|
||||
void _close_docs_tab();
|
||||
|
||||
bool grab_focus_block;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user