Closed bhaskardabhi-oviyum closed 7 years ago
Same here. Atom 1.13.0.
Same problem, 1.13.0
I´ve got the same error...
Function.extractParams - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14 MarkerLayer.markRange - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71 DisplayMarkerLayer.markBufferRange - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62 FunctionProvider.placeAnnotation - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:183:61 FunctionProvider.<anonymous> - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:147:32 FunctionProvider.registerAnnotations - /Users/andreasvratny/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:150:12
Me too,
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.
Report Issue
Function.extractParams - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker.js:43:14
MarkerLayer.markRange - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker-layer.js:196:71
DisplayMarkerLayer.markBufferRange - C:\Users\ElectroWAR.PS\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\display-marker-layer.js:90:62
FunctionProvider.placeAnnotation - C:\Users\ElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:183:61
FunctionProvider.<anonymous> - C:\UsersElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:147:32
FunctionProvider.registerAnnotations - C:\Users\ElectroWAR.PS\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:150:12
Same here!!
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 - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker.js:43:14
MarkerLayer.markRange - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\marker-layer.js:196:71
DisplayMarkerLayer.markBufferRange - C:\Users\vdjkelly\AppData\Local\atom\app-1.13.1\resources\app.asar\node_modules\text-buffer\lib\display-marker-layer.js:90:62
FunctionProvider.placeAnnotation - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:183:61
FunctionProvider.<anonymous> - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:147:33
FunctionProvider.registerAnnotations - C:\Users\vdjkelly\.atom\packages\atom-autocomplete-php\lib\annotation\abstract-provider.coffee:150:12
Same problem on atom 1.14.1
Same issue:
atom-autocomplete-php (1 deprecation) :warning:
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.
$ atom -v
Atom : 1.14.0
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
Same here!!
Same
+1
got same message on atom
Atom : 1.14.3 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0
Same here
Atom : 1.14.3 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0
Same here
EDIT: issue still there, when fresh installation for one day no issue, later appeared again
Issue solved
Atom : 1.15.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0
Error still appearing: Atom : 1.15.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0
Me too
Same problem, Atom 1.15.0
Same on Atom 1.15.0
@m1guelpf It's open source, anyone can jump in and fix it.
@Peekmo Thanks for the hard work and awesome package!
+1
+1 Atom 1.16.0
Same here
Atom: 1.16.0 Electron: 1.3.13 Chrome: 52.0.2743.82 Node: 6.5.0
Same here on 1.16.0 x64
same Windows 10, atom 1.17.2
Same here
Atom : 1.17.2 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0
@Peekmo Updates?
Sorry for the time. It was a non blocking and really obscure deprecation (to me), so it took time. I finally found what was the problem.
Regards
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.