mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
TokenizedBuffer.setTabLength retokenizes the entire buffer
This commit is contained in:
@@ -52,6 +52,9 @@ class TokenizedBuffer
|
||||
|
||||
@trigger("change", {oldRange, newRange})
|
||||
|
||||
setTabLength: (@tabLength) ->
|
||||
@buffer.trigger "change", {oldRange: @buffer.getRange(), newRange: @buffer.getRange()}
|
||||
|
||||
buildScreenLinesForRows: (startRow, endRow, startingStack) ->
|
||||
ruleStack = startingStack
|
||||
for row in [startRow..endRow]
|
||||
|
||||
Reference in New Issue
Block a user