proto-repl
proto-repl copied to clipboard
TextEditor.editorElement is deprecated.
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)
Any idea when this will be fixed/closed?
the same ask above
bump?