vellerefond / project-ring

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

Project.on is deprecated. #24

Closed petey closed 9 years ago

petey commented 9 years ago

Use Project::onDidChangePaths instead

Project.on (/Applications/Atom.app/Contents/Resources/app/src/project.js:572:14)
Object.setupAutomaticProjectLoadingOnProjectPathChange (/Users/petey/.atom/packages/project-ring/lib/project-ring.coffee:192:21)
vellerefond commented 9 years ago

A lot of work had to be done due to the changes for the upcoming version 1.0 of Atom's API. Version v0.20.0 (0d913fa) makes Project Ring usable again. Unfortunately, I hadn't had a lot of time to test everything from the start but all basic functions have worked for me with Atom version v0.201.0.