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

Move brace matching into CodeEdit

This commit is contained in:
Paulb23
2021-06-30 11:58:13 +01:00
parent 12f0053555
commit d1a1ad127e
8 changed files with 25 additions and 12 deletions

View File

@@ -1825,7 +1825,7 @@ CodeTextEditor::CodeTextEditor() {
}
text_editor->set_draw_line_numbers(true);
text_editor->set_brace_matching(true);
text_editor->set_highlight_matching_braces_enabled(true);
text_editor->set_auto_indent_enabled(true);
status_bar = memnew(HBoxContainer);