1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Automatically open newly created script

This commit is contained in:
kobewi
2025-07-06 16:57:37 +02:00
parent eb3d6d8cd3
commit 19e3242eb0
4 changed files with 12 additions and 7 deletions

View File

@@ -452,7 +452,6 @@ class ScriptEditor : public PanelContainer {
void _scene_saved_callback(const String &p_path);
void _mark_built_in_scripts_as_saved(const String &p_parent_path);
bool open_textfile_after_create = true;
bool trim_trailing_whitespace_on_save;
bool trim_final_newlines_on_save;
bool convert_indent_on_save;