mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
document listener added
This commit is contained in:
@@ -982,7 +982,8 @@ public class ASTGenerator {
|
||||
}
|
||||
|
||||
private void showPredictions(final String word) {
|
||||
if(sketchOutline.isVisible()) return;
|
||||
if (sketchOutline != null)
|
||||
if (sketchOutline.isVisible()) return;
|
||||
Collections.sort(candidates);
|
||||
CompletionCandidate[][] candi = new CompletionCandidate[candidates.size()][1];
|
||||
DefaultListModel defListModel = new DefaultListModel();
|
||||
|
||||
Reference in New Issue
Block a user