ahuth / preview-tabs

Sublime-style preview tabs for Atom
MIT License
11 stars 2 forks source link

Atom.Object.defineProperty.get is deprecated. #21

Closed MateuszG closed 9 years ago

MateuszG commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/opt/atom/resources/app/src/atom.js:54:11)
new PreviewTabsPaneController (atom/packages/preview-tabs/lib/preview-tabs-pane-controller.coffee:12:63)
ahuth commented 9 years ago

Thanks for bringing this up. For now, though, this atom package is deprecated.

krainboltgreene commented 9 years ago

Wait, why is it deprecated?

ahuth commented 9 years ago

By deprecated, I mean that I'm no longer working on it. I just don't have motivation or the need for it right now.