proto-repl icon indicating copy to clipboard operation
proto-repl copied to clipboard

TextEditor.editorElement is deprecated.

Open BuchinYury opened this issue 7 years ago • 3 comments

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)

BuchinYury avatar Aug 18 '17 09:08 BuchinYury

Any idea when this will be fixed/closed?

iyerland avatar May 31 '18 02:05 iyerland

the same ask above

lidh04 avatar Oct 10 '19 00:10 lidh04

bump?

jiri-bati-novak avatar Nov 25 '19 08:11 jiri-bati-novak