Skip to content

Commit

Permalink
Apply editor.indent preference
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm authored and cmaglie committed Apr 13, 2017
1 parent bd49219 commit 39da3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/processing/app/EditorTab.java
Original file line number Diff line number Diff line change
@@ -147,6 +147,7 @@ private SketchTextArea createTextArea(RSyntaxDocument document)
textArea.setMarkOccurrences(PreferencesData.getBoolean("editor.advanced"));
textArea.setMarginLineEnabled(false);
textArea.setCodeFoldingEnabled(PreferencesData.getBoolean("editor.code_folding"));
textArea.setAutoIndentEnabled(PreferencesData.getBoolean("editor.indent"));
textArea.setAntiAliasingEnabled(PreferencesData.getBoolean("editor.antialias"));
textArea.setTabsEmulated(PreferencesData.getBoolean("editor.tabs.expand"));
textArea.setTabSize(PreferencesData.getInteger("editor.tabs.size"));

0 comments on commit 39da3f0

Please sign in to comment.