Add TextEditor::decorateMarkerLayer

This commit is contained in:
Nathan Sobo
2015-10-27 14:05:22 -06:00
parent 20f4c61325
commit acf142863c
4 changed files with 135 additions and 3 deletions

View File

@@ -1465,6 +1465,9 @@ class TextEditor extends Model
decorateMarker: (marker, decorationParams) ->
@displayBuffer.decorateMarker(marker, decorationParams)
decorateMarkerLayer: (markerLayer, decorationParams) ->
@displayBuffer.decorateMarkerLayer(markerLayer, decorationParams)
# Essential: Get all the decorations within a screen row range.
#
# * `startScreenRow` the {Number} beginning screen row