You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user