8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd49219 commit 39da3f0Copy full SHA for 39da3f0
app/src/processing/app/EditorTab.java
@@ -147,6 +147,7 @@ private SketchTextArea createTextArea(RSyntaxDocument document)
147
textArea.setMarkOccurrences(PreferencesData.getBoolean("editor.advanced"));
148
textArea.setMarginLineEnabled(false);
149
textArea.setCodeFoldingEnabled(PreferencesData.getBoolean("editor.code_folding"));
150
+ textArea.setAutoIndentEnabled(PreferencesData.getBoolean("editor.indent"));
151
textArea.setAntiAliasingEnabled(PreferencesData.getBoolean("editor.antialias"));
152
textArea.setTabsEmulated(PreferencesData.getBoolean("editor.tabs.expand"));
153
textArea.setTabSize(PreferencesData.getInteger("editor.tabs.size"));
0 commit comments