Add option to make selection unique
This commit is contained in:
parent
8474bb0a3c
commit
fbee4efa5f
10 changed files with 81 additions and 2 deletions
|
|
@ -1824,6 +1824,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
text_editor->set_draw_line_numbers(true);
|
||||
text_editor->set_highlight_matching_braces_enabled(true);
|
||||
text_editor->set_auto_indent_enabled(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