mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[3.x] Add option to make selection unique
This commit is contained in:
parent
08c3e00b95
commit
0ffacff998
10 changed files with 85 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue