prefs work

This commit is contained in:
Manindra Moharana
2013-09-15 21:14:45 +05:30
parent 307051dfb0
commit 69405772a8
5 changed files with 51 additions and 20 deletions

View File

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