mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 08:44:39 +01:00
Completion list now always recreated, fixes #19
This commit is contained in:
@@ -115,6 +115,7 @@ public class CompletionPanel {
|
||||
return list;
|
||||
}
|
||||
|
||||
// possibly defunct
|
||||
public boolean updateList(final DefaultListModel items, String newSubword,
|
||||
final Point location, int position) {
|
||||
this.subWord = new String(newSubword);
|
||||
|
||||
Reference in New Issue
Block a user