hswolff / tree-view-extended

Atom.io package. Extend your tree-view. Add a list of open files, and a list of git modified files.
https://atom.io/packages/tree-view-extended
MIT License
8 stars 1 forks source link

Looks like it doesn't work for Atom Beta #9

Closed shemerey closed 7 years ago

shemerey commented 7 years ago

Probably because of latest changes in the tree-vew

hswolff commented 7 years ago

Well that's not good. We'll have to fix this. Any links with more information?

hswolff commented 7 years ago

This is definitely due to the new Docks API talked about here: http://blog.atom.io/2017/04/12/atom-1-16.html

Unexpected twist - adopting that new API is going to make this package 100 times better.

Especially once this is merged https://github.com/atom/tree-view/pull/1056

I'm excited!

Currently working on moving this to use the Docks API. Thanks for the heads up!

hswolff commented 7 years ago

Resolved via https://github.com/hswolff/tree-view-extended/commit/96a3a6d2fce9fe1f1c5cc7848bd88617c4e4b29e

Unfortunately dock support isn't well documented so I abandoned that for now.