Add Editor.logRenderedLines to help debugging

This commit is contained in:
Nathan Sobo
2012-05-31 12:06:20 -06:00
parent c901417a19
commit 6291635586

View File

@@ -813,3 +813,7 @@ class Editor extends View
logLines: (start, end) ->
@renderer.logLines(start, end)
logRenderedLines: ->
@visibleLines.find('.line').each (n) ->
console.log n, $(this).text()