DEditorTool

Undocumented in source.

Constructors

this
this(IDEFrame frame)
Undocumented in source.

Destructor

~this
~this()
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[] 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.

Static functions

isAtWord
bool isAtWord(string content, size_t byteOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentChar
bool isIdentChar(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_getCompletionsTask
DCDTask _getCompletionsTask;
Undocumented in source.
_getDocCommentsTask
DCDTask _getDocCommentsTask;
Undocumented in source.
_goToDefinitionTask
DCDTask _goToDefinitionTask;
Undocumented in source.

Inherited Members

From EditorTool

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.

Meta