- getCaretPosition
TextPosition getCaretPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleAction
bool handleAction(Action a)
override to handle specific actions
- handleActionStateRequest
bool handleActionStateRequest(Action a)
override to handle specific actions state (e.g. change enabled state for supported actions)
- importPaths
string[] importPaths()
returns project import paths - if file from project is opened in current editor
- insertCompletion
void insertCompletion(dstring completionText)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
bool load(string fn)
- load
bool load(ProjectSourceFile f)
- save
bool save()
- setCaretPos
void setCaretPos(int line, int column)
change caret position and ensure it is visible
- setHighlighter
void setHighlighter()
Undocumented in source. Be warned that the author may not have intended to support it.
- showCompletionPopup
void showCompletionPopup(dstring[] suggestions)
Undocumented in source. Be warned that the author may not have intended to support it.
DIDE source file editor