vellerefond / project-ring

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

TextBuffer.on is deprecated. #23

Closed petey closed 9 years ago

petey commented 9 years ago

TextBuffer::on is deprecated. Use event subscription methods instead.

TextBuffer.on (/Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/text-buffer.js:1194:16)
<unknown> (/Users/petey/.atom/packages/project-ring/lib/project-ring.coffee:169:27)
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.