mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add TextEditor::decorateMarkerLayer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user