mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 21:05:36 +01:00
prediction length added
This commit is contained in:
@@ -303,7 +303,7 @@ public class TextArea extends JEditTextArea {
|
||||
word = word.trim();
|
||||
if (word.endsWith("."))
|
||||
word = word.substring(0, word.length() - 1);
|
||||
if(word.length() > 1)
|
||||
|
||||
errorCheckerService.getASTGenerator().preparePredictions(word, line
|
||||
+ errorCheckerService.mainClassOffset,0);
|
||||
return word;
|
||||
|
||||
Reference in New Issue
Block a user