This commit is contained in:
Kevin Sawicki
2012-10-29 10:01:50 -07:00
parent 9002130ad5
commit ff8055be49

View File

@@ -880,8 +880,8 @@ class Editor extends View
for token in screenLine.tokens
updateScopeStack(token.scopes)
line.push(token.getValueAsHtml(
showInvisibles: @showInvisibles,
invisiblesMap: @rootView()?.getInvisiblesMap(),
showInvisibles: @showInvisibles
invisiblesMap: @rootView()?.getInvisiblesMap()
hasLeadingWhitespace: position < firstNonWhitespacePosition
hasTrailingWhitespace: position + token.value.length > firstTrailingWhitespacePosition
))