dlangide v0.0.18 (2015-01-21T13:41:15Z)
Home
Dub
Repo
DSourceEdit
dlangide
ui
dsourceedit
DIDE source file editor
class
DSourceEdit : SourceEdit {
this
(string ID);
this
();
protected
ProjectSourceFile
_projectSourceFile
;
ProjectSourceFile
projectSourceFile
[@property getter];
bool
load
(string fn);
void
setHighlighter
();
bool
load
(ProjectSourceFile f);
}
Constructors
this
this
(string ID)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
load
bool
load
(string fn)
load by filename
load
bool
load
(ProjectSourceFile f)
load by project item
setHighlighter
void
setHighlighter
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
projectSourceFile
ProjectSourceFile
projectSourceFile
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_projectSourceFile
ProjectSourceFile
_projectSourceFile
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
dsourceedit
classes
DSourceEdit
SimpleDSyntaxHighlighter
DIDE source file editor