atom-gdb-debugger icon indicating copy to clipboard operation
atom-gdb-debugger copied to clipboard

TextEditor.editorElement is deprecated.

Open GlitchedCode opened this issue 7 years ago • 0 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>:2459:16)
EditorIntegration._hookEditor (C:\Users\Giuseppe\.atom\packages\atom-gdb-debugger\lib\editor-integration.coffee:168:14)
<unknown> (C:\Users\Giuseppe\.atom\packages\atom-gdb-debugger\lib\editor-integration.coffee:3:59)
Workspace.observeTextEditors (<embedded>:28316:15)
new EditorIntegration (C:\Users\Giuseppe\.atom\packages\atom-gdb-debugger\lib\editor-integration.coffee:71:45)
Object.activate (C:\Users\Giuseppe\.atom\packages\atom-gdb-debugger\lib\atom-gdb-debugger.coffee:118:39)

GlitchedCode avatar Feb 15 '18 20:02 GlitchedCode