mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Move snapshot code to package
This commit is contained in:
@@ -322,9 +322,3 @@ class TokenizedBuffer
|
||||
for row in [start..end]
|
||||
line = @lineForScreenRow(row).text
|
||||
console.log row, line, line.length
|
||||
|
||||
getDebugSnapshot: ->
|
||||
lines = ["Tokenized Buffer:"]
|
||||
for screenLine, row in @linesForScreenRows(0, @getLastRow())
|
||||
lines.push "#{row}: #{screenLine.text}"
|
||||
lines.join('\n')
|
||||
|
||||
Reference in New Issue
Block a user