mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 04:45:37 +01:00
pde x prefs now saved to the main preferences.txt
This commit is contained in:
@@ -185,6 +185,7 @@ public class TextArea extends JEditTextArea {
|
||||
protected Object doInBackground() throws Exception {
|
||||
errorCheckerService.runManualErrorCheck();
|
||||
// Provide completions only if it's enabled
|
||||
if(ExperimentalMode.codeCompletionsEnabled)
|
||||
log(" Typing: " + fetchPhrase(evt2) + " "
|
||||
+ (evt2.getKeyChar() == KeyEvent.VK_ENTER));
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user