File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
961961 textArea .requestFocusInWindow ();
962962 textArea .setMarkOccurrences (true );
963963 textArea .setMarginLineEnabled (false );
964- textArea .setCodeFoldingEnabled (PreferencesData .getBoolean ("editor.codefolding " ));
964+ textArea .setCodeFoldingEnabled (PreferencesData .getBoolean ("editor.code_folding " ));
965965 textArea .setAntiAliasingEnabled (PreferencesData .getBoolean ("editor.antialias" ));
966966 textArea .setTabsEmulated (PreferencesData .getBoolean ("editor.tabs.expand" ));
967967 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
8787#editor.window.height.min.windows = 530
8888
8989# Enable code folding
90- editor.code_folding=true
90+ editor.code_folding=false
9191
9292# font size for editor
9393editor.font=Monospaced,plain,12
You can’t perform that action at this time.
0 commit comments