- 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[] completions, string[] icons) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDocComments
void getDocComments(DSourceEdit editor, TextPosition caretPosition, void delegate(string[]) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- goToDefinition
void goToDefinition(DSourceEdit editor, TextPosition caretPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- goToDefinition
void goToDefinition(DSourceEdit editor, TextPosition caretPosition)
Undocumented in source.
- getDocComments
void getDocComments(DSourceEdit editor, TextPosition caretPosition, void delegate(string[]) callback)
Undocumented in source.
- getCompletions
void getCompletions(DSourceEdit editor, TextPosition caretPosition, void delegate(dstring[] labels, string[] icons) callback)
Undocumented in source.
- cancelGoToDefinition
void cancelGoToDefinition()
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.
- cancelGetCompletions
void cancelGetCompletions()
Undocumented in source. Be warned that the author may not have intended to support it.
- _frame
IDEFrame _frame;
Undocumented in source.