EditorTool

Undocumented in source.

Constructors

this
this(IDEFrame frame)
Undocumented in source.

Members

Functions

cancelGetCompletions
void cancelGetCompletions()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelGetDocComments
void cancelGetDocComments()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelGoToDefinition
void cancelGoToDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
getCompletions
void getCompletions(DSourceEdit editor, TextPosition caretPosition, void delegate(dstring[] labels, string[] icons) callback)
Undocumented in source.
getDocComments
void getDocComments(DSourceEdit editor, TextPosition caretPosition, void delegate(string[]) callback)
Undocumented in source.
goToDefinition
void goToDefinition(DSourceEdit editor, TextPosition caretPosition)
Undocumented in source.

Variables

_frame
IDEFrame _frame;
Undocumented in source.

Meta