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

[3.x] Add option to make selection unique

This commit is contained in:
ConteZero
2021-10-28 16:48:17 +02:00
parent 08c3e00b95
commit 0ffacff998
10 changed files with 85 additions and 1 deletions

View File

@@ -1710,6 +1710,7 @@ CodeTextEditor::CodeTextEditor() {
text_editor->set_show_line_numbers(true);
text_editor->set_brace_matching(true);
text_editor->set_auto_indent(true);
text_editor->set_deselect_on_focus_loss_enabled(false);
status_bar = memnew(HBoxContainer);
add_child(status_bar);