1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

-added brace matching to go with the new code completion

This commit is contained in:
Juan Linietsky
2014-12-17 01:53:34 -03:00
parent fd4648c081
commit c8b2a5f64a
7 changed files with 151 additions and 1 deletions

View File

@@ -403,6 +403,7 @@ void EditorSettings::_load_defaults() {
set("text_editor/string_color",Color::html("ef6ebe"));
set("text_editor/symbol_color",Color::html("badfff"));
set("text_editor/selection_color",Color::html("7b5dbe"));
set("text_editor/brace_mismatch_color",Color(1,0.2,0.2));
set("text_editor/idle_parse_delay",2);
set("text_editor/create_signal_callbacks",true);