dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
SimpleDSyntaxSupport.updateHighlight
dlangide
tools
d
dsyntax
SimpleDSyntaxSupport
categorize characters in content by token types
class
SimpleDSyntaxSupport
void
updateHighlight
(
dstring
[]
lines
,
TokenPropString
[]
props
,
int
changeStartLine
,
int
changeEndLine
)
Meta
Source
See Implementation
dlangide
tools
d
dsyntax
SimpleDSyntaxSupport
constructors
this
functions
applyClosingCurlySmartIndent
applyNewLineSmartIndent
applySmartIndent
canToggleBlockComment
canToggleLineComment
commentLine
findPairedBracket
getPositionToken
getRangeTokens
initTokenizer
isInsideBlockComment
isLineComment
nextBracket
nextToken
supportsSmartIndents
toggleBlockComment
toggleLineComment
tokenStart
uncommentLine
updateHighlight
properties
content
supportsToggleBlockComment
supportsToggleLineComment
static functions
isBracket
isCloseBracket
isOpenBracket
pairedBracket
structs
TokenWithRange
variables
_bracketStack
_content
_file
_lastToken
_lastTokenStart
_lines
_opInProgress
_props
_tokenizer
categorize characters in content by token types