1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #40461 from nekomatata/script-editor-init-optimization-3.2

[3.2] Optimized ScriptEditor initialization when many scripts are loaded
This commit is contained in:
Rémi Verschelde
2020-10-01 13:58:01 +02:00
committed by GitHub
9 changed files with 226 additions and 124 deletions

View File

@@ -296,6 +296,7 @@ public:
virtual void apply_code();
virtual RES get_edited_resource() const;
virtual void set_edited_resource(const RES &p_res);
virtual void enable_editor();
virtual Vector<String> get_functions();
virtual void reload_text();
virtual String get_name();