dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
SimpleDSyntaxSupport.canToggleLineComment
dlangide
tools
d
dsyntax
SimpleDSyntaxSupport
return true if can toggle line comments for specified text range
class
SimpleDSyntaxSupport
override
bool
canToggleLineComment
(
TextRange
range
)
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
return true if can toggle line comments for specified text range