Closed idleberg closed 7 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.prototype.displayBuffer
displayBuffer
TextEditor
DisplayBuffer
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
Fixed in recent release
TextEditor.prototype.displayBuffer
has always been private, but now it is gone. Reading thedisplayBuffer
property now returns a reference to the containingTextEditor
, which now provides some of the API of the defunctDisplayBuffer
class.PS: This issue was created automatically by Atom