File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ protected SketchTextArea createTextArea() throws IOException {
961
961
textArea .requestFocusInWindow ();
962
962
textArea .setMarkOccurrences (true );
963
963
textArea .setMarginLineEnabled (false );
964
- textArea .setCodeFoldingEnabled (PreferencesData .getBoolean ("editor.codefolding " ));
964
+ textArea .setCodeFoldingEnabled (PreferencesData .getBoolean ("editor.code_folding " ));
965
965
textArea .setAntiAliasingEnabled (PreferencesData .getBoolean ("editor.antialias" ));
966
966
textArea .setTabsEmulated (PreferencesData .getBoolean ("editor.tabs.expand" ));
967
967
textArea .setTabSize (PreferencesData .getInteger ("editor.tabs.size" ));
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ editor.window.height.min = 290
87
87
#editor.window.height.min.windows = 530
88
88
89
89
# Enable code folding
90
- editor.code_folding=true
90
+ editor.code_folding=false
91
91
92
92
# font size for editor
93
93
editor.font=Monospaced,plain,12
You can’t perform that action at this time.
0 commit comments