icons in completion list, loading icons only once

This commit is contained in:
Manindra Moharana
2013-08-19 19:52:10 +05:30
parent a8cd6d598b
commit e869e1bfac
4 changed files with 70 additions and 19 deletions

View File

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