pde x prefs now saved to the main preferences.txt

This commit is contained in:
Manindra Moharana
2013-09-15 21:56:02 +05:30
parent 69405772a8
commit 96c4fc1846
6 changed files with 37 additions and 26 deletions

View File

@@ -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;