abe33 / abe33/atom-color-highlight
Function.extractParams is deprecated.
- Dominant language
- CoffeeScript
- Stars
- 80
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
> I get this message from Atom's Deprecation Cop
Assigning custom properties to a marker when creating/copying it is
deprecated. Please, consider storing the custom properties you need in
some other object in your package, keyed by the marker's id property.
```
Function.extractParams (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14)
MarkerLayer.markRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71)
DisplayMarkerLayer.markBufferRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62)
TextEditor.markBufferRange (/usr/share/atom/resources/app.asar/src/text-editor.js:1753:38)
AtomColorHighlightModel.createMarker (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-model.coffee:199:26)
(/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-model.coffee:140:32)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.