atom-color-highlight icon indicating copy to clipboard operation
atom-color-highlight copied to clipboard

TextEditor.get is deprecated.

Open Nicolab opened this issue 8 years ago • 0 comments

TextEditor.prototype.displayBuffer has always been private, but now it is gone. Reading the displayBuffer property now returns a reference to the containing TextEditor, which now provides some of the API of the defunct DisplayBuffer class.

TextEditor.get (/usr/share/atom/resources/app.asar/src/text-editor.js:101:14)
atom-color-highlight.updateSelections (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:150:22)
atom-color-highlight.setModel (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:129:19)
createView (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:339:15)
ViewRegistry.createView (/usr/share/atom/resources/app.asar/src/view-registry.js:117:78)
ViewRegistry.getView (/usr/share/atom/resources/app.asar/src/view-registry.js:84:21)

Nicolab avatar Jan 16 '17 00:01 Nicolab