mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #108342 from KoBeWi/automatization
Automatically open newly created script
This commit is contained in:
commit
7df702bf80
4 changed files with 12 additions and 7 deletions
|
|
@ -451,7 +451,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue