You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Added CLOSE_ALL files option to script editor
This commit is contained in:
@@ -132,6 +132,7 @@ class ScriptEditor : public VBoxContainer {
|
||||
FILE_SAVE_THEME_AS,
|
||||
FILE_CLOSE,
|
||||
CLOSE_DOCS,
|
||||
CLOSE_ALL,
|
||||
FILE_TOOL_RELOAD,
|
||||
FILE_TOOL_RELOAD_SOFT,
|
||||
DEBUG_NEXT,
|
||||
@@ -220,6 +221,9 @@ class ScriptEditor : public VBoxContainer {
|
||||
|
||||
void _close_current_tab();
|
||||
void _close_docs_tab();
|
||||
void _close_all_tabs();
|
||||
|
||||
void _ask_close_current_unsaved_tab(ScriptEditorBase *current);
|
||||
|
||||
bool grab_focus_block;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user