CompletionPopupMenu

Undocumented in source.

Constructors

this
this(DSourceEdit editor, dstring[] suggestions, string[] icons, dstring initialPrefix)
Undocumented in source.

Members

Functions

onKeyEvent
bool onKeyEvent(KeyEvent event)

handle keys

updateItems
MenuItem updateItems()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_editor
DSourceEdit _editor;
Undocumented in source.
_icons
string[] _icons;
Undocumented in source.
_initialPrefix
dstring _initialPrefix;
Undocumented in source.
_items
MenuItem _items;
Undocumented in source.
_prefix
dstring _prefix;
Undocumented in source.
_suggestions
dstring[] _suggestions;
Undocumented in source.

Meta