dlangide v0.2.9 (2015-02-17T13:41:12Z)
Home
Dub
Repo
SimpleDSyntaxHighlighter.canToggleBlockComment
dlangide
tools
d
dsyntaxhighlighter
SimpleDSyntaxHighlighter
return true if can toggle block comments for specified text range
class
SimpleDSyntaxHighlighter
override
bool
canToggleBlockComment
(
TextRange
range
)
Meta
Source
See Implementation
dlangide
tools
d
dsyntaxhighlighter
SimpleDSyntaxHighlighter
constructors
this
functions
canToggleBlockComment
canToggleLineComment
commentLine
findPairedBracket
getPositionToken
getRangeTokens
initTokenizer
isInsideBlockComment
isLineComment
nextBracket
nextToken
toggleBlockComment
toggleLineComment
tokenStart
uncommentLine
updateHighlight
properties
content
supportsToggleBlockComment
supportsToggleLineComment
static functions
isBracket
isCloseBracket
isOpenBracket
pairedBracket
structs
TokenWithRange
variables
_bracketStack
_content
_file
_lastToken
_lastTokenStart
_lines
_props
_tokenizer
return true if can toggle block comments for specified text range