diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-03-18 12:49:18 +0000 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-03-18 12:49:18 +0000 |
commit | 0fc7be89d3d85e35a42e4b33f619f53c92694a76 (patch) | |
tree | 067b953ea5d21ec81b4edf4127d6543338c66694 /tools/editor/editor_settings.cpp | |
parent | 3adc5a45ab8a6a486ee2713f1ef60370c0d94cbe (diff) |
Option to toggle tab drawing
Diffstat (limited to 'tools/editor/editor_settings.cpp')
-rw-r--r-- | tools/editor/editor_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 6baa690644..6f1e90936a 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -410,6 +410,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { set("text_editor/tab_size", 4); hints["text_editor/tab_size"]=PropertyInfo(Variant::INT,"text_editor/tab_size",PROPERTY_HINT_RANGE,"1, 64, 1"); // size of 0 crashes. + set("text_editor/draw_tabs", true); set("text_editor/idle_parse_delay",2); set("text_editor/create_signal_callbacks",true); |