diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-03-07 02:32:51 +0000 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-03-07 02:32:51 +0000 |
commit | f19eea2f2d01cdfd671f16436eb639b46908b150 (patch) | |
tree | fc6ca163a85df405d7d8517af7a7c6e309eafd44 /tools/editor/editor_settings.cpp | |
parent | a283d367a7cb54807e8c2e6015167feca9f604d1 (diff) |
Enabled scrolling past end of file
Diffstat (limited to 'tools/editor/editor_settings.cpp')
-rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 47ef87cfb1..fda51423d2 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -404,6 +404,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { set("text_editor/brace_mismatch_color",Color(1,0.2,0.2)); set("text_editor/current_line_color",Color(0.3,0.5,0.8,0.15)); + set("text_editor/scroll_past_end_of_file", false); + set("text_editor/idle_parse_delay",2); set("text_editor/create_signal_callbacks",true); set("text_editor/autosave_interval_secs",0); |