Move snapshot code to package

This commit is contained in:
probablycorey
2013-11-22 14:38:13 -08:00
parent eb985a9880
commit a0ceb78627
6 changed files with 0 additions and 60 deletions

View File

@@ -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')