Added breakpoint markers, issue 4750

This commit is contained in:
Paulb23 2016-05-26 14:17:14 +01:00
parent 9daaa70920
commit 72fda444d1
4 changed files with 67 additions and 6 deletions

View file

@ -414,6 +414,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
set("text_editor/draw_tabs", true);
set("text_editor/show_line_numbers", true);
set("text_editor/show_breakpoint_gutter", true);
set("text_editor/trim_trailing_whitespace_on_save", false);
set("text_editor/idle_parse_delay",2);