Closed dirk-thomas closed 7 years ago
Thank you for the quick update!
@irrationalistic i'm still seeing this error on a fresh install of atom. Any ideas?
` 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. Report Issue TextEditor.get - C:\Users\bstokes\AppData\Local\atom\app-1.13.1\resources\app.asar\src\text-editor.js:101:14 Object.getProjects - C:\Users\bstokes.atom\packages\tasks\lib\tasksUtilities.coffee:216:21
I think I just missed the ones in the util! Will post an update asap.
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.