mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 09:31:34 +00:00
-only save scripts if changed, takes less time to run projects and does not confuse you with changed dates.
This commit is contained in:
parent
ff2cb6360d
commit
f026838cbc
2 changed files with 12 additions and 7 deletions
|
|
@ -295,7 +295,7 @@ public:
|
|||
|
||||
void swap_lines(TextEdit *tx, int line1, int line2);
|
||||
|
||||
void save_external_data();
|
||||
void save_all_scripts();
|
||||
|
||||
void set_window_layout(Ref<ConfigFile> p_layout);
|
||||
void get_window_layout(Ref<ConfigFile> p_layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue