WIP: Handle changes that aren't affected by wrapping

This commit is contained in:
Nathan Sobo
2012-02-08 14:04:55 -07:00
parent ce90cbc0ce
commit 5ab91c3f47
3 changed files with 46 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class LineWrapper
@buildWrappedLines()
@highlighter.on 'change', (e) =>
@wrappedLines[e.oldRange.start.row] = @buildWrappedLineForBufferRow(e.newRange.start.row)
@trigger 'change', e
setMaxLength: (@maxLength) ->
@buildWrappedLines()