mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Script Editor: automatic indentation after a colon
This commit is contained in:
parent
b0dbcccb6c
commit
c93a005fb6
3 changed files with 15 additions and 1 deletions
|
|
@ -614,6 +614,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
text_editor->add_font_override("font",get_font("source","Fonts"));
|
||||
text_editor->set_show_line_numbers(true);
|
||||
text_editor->set_brace_matching(true);
|
||||
text_editor->set_auto_indent(true);
|
||||
|
||||
line_col = memnew( Label );
|
||||
add_child(line_col);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue