jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

TextEditor.editorElement is deprecated. #270

Open BuchinYury opened 6 years ago

BuchinYury commented 6 years ago

TextEditor.prototype.editorElement has always been private, but now it is gone. Reading the editorElement property still returns a reference to the editor element but this field will be removed in a later version of Atom, so we recommend using the element property instead.

TextEditor.editorElement (<embedded>:2381:20)
ReplTextEditor.configureTextEditorBasics (C:\Users\ibuchin\.atom\packages\proto-repl\lib\views\repl-text-editor.coffee:117:22)
ReplTextEditor.configureNewTextEditor (C:\Users\ibuchin\.atom\packages\proto-repl\lib\views\repl-text-editor.coffee:215:12)
<unknown> (C:\Users\ibuchin\.atom\packages\proto-repl\lib\views\repl-text-editor.coffee:36:17)
iyerland commented 6 years ago

Any idea when this will be fixed/closed?

lidh04 commented 4 years ago

the same ask above

jiri-bati-novak commented 4 years ago

bump?