AnthonyCalandra / todo-list

(THIS PACKAGE IS NO LONGER MAINTAINED.) A package for the Atom editor which keeps track of TODO, FIXME, etc. messages in code.
MIT License
10 stars 2 forks source link

WIP update to latest atom core APIs #17

Closed joshschumacher closed 7 years ago

joshschumacher commented 8 years ago

:beetle: :construction:

Took an attempt at fixing the issues that break the todo-list package from loading in atom. It turns out a good majority of the underlying APIs that this package rely on have been deprecated. If you comment out the 2 remaining @todo sections, you can get the package to load in atom but it’s still not functional. Wanted to check-in my work so someone else might be able to take it the last mile.

I’m switching to using imdone-atom instead of this package because it’s more feature rich anyway but I like the minimalism this package has taken.

AnthonyCalandra commented 8 years ago

Thanks for taking a look! These continuous roadblocks are what caused me to stop updating it for a while as I'm busy with school, and I figured I would have to rewrite most of it to satisfy some of the feature requests being made.