dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
EditorTool
dlangide
tools
editorTool
Undocumented in source.
class
EditorTool {
this
(IDEFrame frame);
bool
goToDefinition
(DSourceEdit editor, TextPosition caretPosition);
dstring
[]
getCompletions
(DSourceEdit editor, TextPosition caretPosition);
protected
IDEFrame
_frame
;
}
Constructors
this
this
(IDEFrame frame)
Undocumented in source.
Members
Functions
getCompletions
dstring
[]
getCompletions
(DSourceEdit editor, TextPosition caretPosition)
Undocumented in source.
goToDefinition
bool
goToDefinition
(DSourceEdit editor, TextPosition caretPosition)
Undocumented in source.
Variables
_frame
IDEFrame
_frame
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
tools
editorTool
classes
DefaultEditorTool
EditorTool