Include more fields in line state

Esse commit está contido em:
Nathan Sobo
2015-01-19 16:29:07 -07:00
commit 9e6aa8f873
+3
Ver Arquivo
@@ -50,6 +50,9 @@ class TextEditorPresenter
text: line.text
tokens: line.tokens
endOfLineInvisibles: line.endOfLineInvisibles
indentLevel: line.indentLevel
tabLength: line.tabLength
fold: line.fold
top: row * @getLineHeight()
width: @getScrollWidth()