vellerefond / project-ring

Project management for the Atom editor.
GNU General Public License v2.0
15 stars 8 forks source link

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

Closed gponsu closed 9 years ago

gponsu 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:55:11)
Object.initialize (/home/vicente/.atom/packages/project-ring/lib/project-ring.coffee:99:13)
vellerefond commented 9 years ago

Thank you for the heads up. I am currently in the process of upgrading the code to use the new, version 1.0 Atom API.

vellerefond commented 9 years ago

Version v0.19.0 (80120c3) fixes this.