This is from the automatic deprecated call detection. Got it on Atom 1.13.0 x64 and custom-folds 1.9.3.
TextEditor.get is deprecated
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.
Hi!
This is from the automatic deprecated call detection. Got it on Atom 1.13.0 x64 and custom-folds 1.9.3.
TextEditor.get is deprecated
TextEditor.prototype.displayBuffer
has always been private, but now it is gone. Reading thedisplayBuffer
property now returns a reference to the containingTextEditor
, which now provides some of the API of the defunctDisplayBuffer
class.