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

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

Optimized ScriptEditor initialization when many scripts are loaded
This commit is contained in:
Rémi Verschelde
2020-07-26 14:05:56 +02:00
committed by GitHub
9 changed files with 242 additions and 162 deletions

View File

@@ -1456,8 +1456,6 @@ void CodeTextEditor::set_edit_state(const Variant &p_state) {
text_editor->set_line_as_bookmark(bookmarks[i], true);
}
}
text_editor->grab_focus();
}
void CodeTextEditor::set_error(const String &p_error) {