1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/modules
PouleyKetchoupp ccff2f2551 Optimized ScriptEditor initialization when many scripts are loaded
This change avoids the editor to freeze for several seconds when a
project with lots of scripts is loaded in the editor.

It focuses on a few heavy operations previously executed on all
previously loaded scripts:
- Initialize script resource (script validation/parsing) only
on focus
- ScriptTextEditor: code editor and edit menu are added to the
scene only on focus
- Add to recent scripts only when opening new scripts
(load/save scene metadata)
2020-07-17 09:02:24 +02:00
..
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-05-15 23:55:41 +02:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-05-21 16:02:53 +02:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00
2020-07-10 13:56:54 +01:00