mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Remove breakpoints from editor settings
This commit is contained in:
parent
33ab9cd621
commit
c0da97d29c
4 changed files with 6 additions and 23 deletions
|
|
@ -1685,8 +1685,6 @@ CodeTextEditor::CodeTextEditor() {
|
|||
find_replace_bar->set_text_edit(text_editor);
|
||||
|
||||
text_editor->set_draw_line_numbers(true);
|
||||
text_editor->set_draw_breakpoints_gutter(true);
|
||||
text_editor->set_draw_executing_lines_gutter(true);
|
||||
text_editor->set_brace_matching(true);
|
||||
text_editor->set_auto_indent(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue