japanese-wrap
japanese-wrap copied to clipboard
TextEditor.get is deprecated.
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 (/opt/homebrew-cask/Caskroom/atom/1.7.4/Atom.app/Contents/Resources/app.asar/src/text-editor.js:101:14)
<unknown> (/Users/sakurai/.atom/packages/japanese-wrap/lib/japanese-wrap.coffee:53:74)
Workspace.observeTextEditors (/opt/homebrew-cask/Caskroom/atom/1.7.4/Atom.app/Contents/Resources/app.asar/src/workspace.js:329:9)
Object.activate (/Users/sakurai/.atom/packages/japanese-wrap/lib/japanese-wrap.coffee:51:29)
Package.activateNow (/opt/homebrew-cask/Caskroom/atom/1.7.4/Atom.app/Contents/Resources/app.asar/src/package.js:191:19)
<unknown> (/opt/homebrew-cask/Caskroom/atom/1.7.4/Atom.app/Contents/Resources/app.asar/src/package.js:164:32)