mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Remove gutterName argument from TextEditor::decorateMarker
Decorations of `type: 'gutter'` is deprecated. Use `Gutter::decorateMarker` to create decoration for custom gutter.
This commit is contained in:
@@ -1322,8 +1322,6 @@ class TextEditor extends Model
|
||||
# * `position` (optional) Only applicable to decorations of type `overlay`,
|
||||
# controls where the overlay view is positioned relative to the marker.
|
||||
# Values can be `'head'` (the default), or `'tail'`.
|
||||
# * `gutterName` (optional) Only applicable to the `gutter` type. If provided,
|
||||
# the decoration will be applied to the gutter with the specified name.
|
||||
#
|
||||
# Returns a {Decoration} object
|
||||
decorateMarker: (marker, decorationParams) ->
|
||||
|
||||
Reference in New Issue
Block a user