mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Automatically open newly created script
This commit is contained in:
parent
eb3d6d8cd3
commit
19e3242eb0
4 changed files with 12 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue