dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
CompletionPopupMenu
dlangide
ui
dsourceedit
Undocumented in source.
class
CompletionPopupMenu : PopupMenu {
protected
dstring
_initialPrefix
;
protected
dstring
_prefix
;
protected
dstring
[]
_suggestions
;
protected
string
[]
_icons
;
protected
MenuItem
_items
;
protected
DSourceEdit
_editor
;
this
(DSourceEdit editor, dstring[] suggestions, string[] icons, dstring initialPrefix);
MenuItem
updateItems
();
bool
onKeyEvent
(KeyEvent event);
}
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
Source
See Implementation
dlangide
ui
dsourceedit
classes
CompletionPopupMenu
DSourceEdit
functions
isIdentChar
isIdentText
interfaces
BookmarkListChangeListener
BreakpointListChangeListener