Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextEditor.get is deprecated. #18

Open
icetee opened this issue Feb 7, 2017 · 0 comments
Open

TextEditor.get is deprecated. #18

icetee opened this issue Feb 7, 2017 · 0 comments

Comments

@icetee
Copy link

icetee commented Feb 7, 2017

[Enter steps to reproduce below:]

  1. Open atom and click "deprecations"

Atom Version: 1.13.1
Electron Version: 1.3.13
System: Mac OS X 10.12
Thrown From: scroll-searcher package, v5.1.0

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 (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:101:14)
Main.markOnHeightUpdate (/Users/icetee/.atom/packages/scroll-searcher/lib/main.coffee:179:26)
markOnHeightUpdate (/Users/icetee/.atom/packages/scroll-searcher/lib/main.coffee:3:59)
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:129:28)
TextEditorPresenter.emitDidUpdateState (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-presenter.js:92:29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant