dlangide v0.0.18 (2015-01-21T13:41:15Z)
Home
Dub
Repo
SimpleDSyntaxHighlighter
dlangide
ui
dsourceedit
Undocumented in source.
class
SimpleDSyntaxHighlighter : SyntaxHighlighter {
SourceFile
_file
;
ArraySourceLines
_lines
;
Tokenizer
_tokenizer
;
this
(string filename);
TokenPropString
[]
_props
;
void
updateHighlight
(dstring[] lines, TokenPropString[] props, int changeStartLine, int changeEndLine);
}
Constructors
this
this
(string filename)
Undocumented in source.
Members
Functions
updateHighlight
void
updateHighlight
(dstring[] lines, TokenPropString[] props, int changeStartLine, int changeEndLine)
categorize characters in content by token types
Variables
_file
SourceFile
_file
;
Undocumented in source.
_lines
ArraySourceLines
_lines
;
Undocumented in source.
_props
TokenPropString
[]
_props
;
Undocumented in source.
_tokenizer
Tokenizer
_tokenizer
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
dsourceedit
classes
DSourceEdit
SimpleDSyntaxHighlighter