mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
text insert bug fix
This commit is contained in:
@@ -790,7 +790,7 @@ public class ASTGenerator {
|
||||
// CompletionCandidate[] candidatesArray = candidates
|
||||
// .toArray(new CompletionCandidate[candidates.size()]);
|
||||
errorCheckerService.getEditor().textArea()
|
||||
.showSuggestion(defListModel);
|
||||
.showSuggestion(defListModel,word);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1376,7 +1376,7 @@ public class ASTGenerator {
|
||||
worker.execute();
|
||||
}
|
||||
});
|
||||
// TODO: Diable this listner at deployment
|
||||
|
||||
btnListOccurrence.addActionListener(new ActionListener() {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user