Eliminate TextBuffer's dependence on telepath

Atom's TextBuffer now relies on the text-buffer npm for its core
functionality.
This commit is contained in:
Nathan Sobo
2013-12-30 19:13:52 -07:00
parent dfe9f5684e
commit dd2c6d2f24
12 changed files with 101 additions and 158 deletions

View File

@@ -18,9 +18,6 @@ class SelectionView extends View
@needsRemoval = true
@editorView.requestDisplayUpdate()
if @selection.marker.isRemote()
@addClass("site-#{@selection.marker.getOriginSiteId()}")
updateDisplay: ->
@clearRegions()
range = @getScreenRange()