We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e94f1 commit 2d24d07Copy full SHA for 2d24d07
app/src/processing/app/Editor.java
@@ -959,7 +959,7 @@ protected String findClassInZipFile(String base, File file) {
959
protected SketchTextArea createTextArea() throws IOException {
960
SketchTextArea textArea = new SketchTextArea(base.getPdeKeywords());
961
textArea.requestFocusInWindow();
962
- textArea.setMarkOccurrences(true);
+ textArea.setMarkOccurrences(PreferencesData.getBoolean("editor.advanced"));
963
textArea.setMarginLineEnabled(false);
964
textArea.setCodeFoldingEnabled(PreferencesData.getBoolean("editor.code_folding"));
965
textArea.setAntiAliasingEnabled(PreferencesData.getBoolean("editor.antialias"));
0 commit comments