Add TextEditorMarkerLayer

This commit is contained in:
Nathan Sobo
2015-10-29 15:40:32 -06:00
parent b1a5b58fa2
commit 1ee6384332
4 changed files with 98 additions and 72 deletions

View File

@@ -1681,10 +1681,6 @@ class TextEditor extends Model
getMarkerCount: ->
@buffer.getMarkerCount()
# {Delegates to: DisplayBuffer.destroyMarker}
destroyMarker: (args...) ->
@displayBuffer.destroyMarker(args...)
###
Section: Cursors
###