mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
parent
bd49219109
commit
39da3f0867
@ -147,6 +147,7 @@ public class EditorTab extends JPanel implements SketchFile.TextStorage {
|
||||
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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user