auto-detect-indentation icon indicating copy to clipboard operation
auto-detect-indentation copied to clipboard

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

Open dsandstrom 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.module.exports.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:87:14)
Object._handleLoad (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:34:25)
<unknown> (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:13:24)
Workspace.observeTextEditors (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:309:9)
Object.activate (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:11:43)
Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)

dsandstrom avatar Aug 01 '16 22:08 dsandstrom