mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 21:05:36 +01:00
prefs work
This commit is contained in:
@@ -185,7 +185,6 @@ public class TextArea extends JEditTextArea {
|
||||
protected Object doInBackground() throws Exception {
|
||||
errorCheckerService.runManualErrorCheck();
|
||||
// Provide completions only if it's enabled
|
||||
if(editor.errorCheckerService.getASTGenerator().predictionsEnabled.get())
|
||||
log(" Typing: " + fetchPhrase(evt2) + " "
|
||||
+ (evt2.getKeyChar() == KeyEvent.VK_ENTER));
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user