mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
icons in completion list, loading icons only once
This commit is contained in:
@@ -711,7 +711,7 @@ public class TextArea extends JEditTextArea {
|
||||
}
|
||||
if (suggestion == null)
|
||||
suggestion = new CompletionPanel(this, position, subWord, defListModel,
|
||||
location);
|
||||
location,editor);
|
||||
else
|
||||
suggestion.updateList(defListModel, subWord, position);
|
||||
suggestion.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user