bigfive / atom-sublime-select

Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io
MIT License
233 stars 49 forks source link

TextEditor.module.exports.Object.defineProperty.get is deprecated. #115

Closed idleberg closed 7 years ago

idleberg commented 8 years ago

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.module.exports.Object.defineProperty.get - /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:87:14
SublimeSelectEditorHandler._setup_vars - ~/.atom/packages/Sublime-Style-Column-Selection/lib/editor-handler.coffee:100:40
new SublimeSelectEditorHandler - ~/.atom/packages/Sublime-Style-Column-Selection/lib/editor-handler.coffee:17:12
module.exports.switch_editor_handler - ~/.atom/packages/Sublime-Style-Column-Selection/lib/sublime-select.coffee:136:34
Function.module.exports.Emitter.simpleDispatch - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14
Emitter.emit - /Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28

PS: This issue was created automatically by Atom

bigfive commented 7 years ago

Fixed in recent release