postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

installed but didn't show the open after open files #28

Closed edyywang closed 8 years ago

edyywang commented 8 years ago

Already installed the plug-in and used to show the open file pane, but somehow it just hidden and never show. Not sure how to open it

BoweFrankema commented 8 years ago

It seems the extension broke during an Atom upgrade.. sadly it has disappeared for me as well

nlefebvre commented 8 years ago

This pull request solves the problem: https://github.com/postcasio/tree-view-open-files/pull/25

I wasn't sure how to apply this quickly, so I cloned the repo into my .atom/packages/ folder (replaced what was there), changed atom-utils to the updated version in package.json, ran npm install and reopened Atom, which works.

But the real solution is for postcasio to accept the pull request and release again.

dbkaplun commented 8 years ago

+1 doesn't work on latest Atom.

mescribe0 commented 8 years ago

+1 doesn't work on latest Atom 1.1.0. I just updated.

marshallbu commented 8 years ago

Looks as if @postcasio has had no Git activity in over 5 months, maybe we should create a new plugin?

postcasio commented 8 years ago

Sorry all. 0.3.0 is now out and it should be working again.

nlefebvre commented 8 years ago

Thanks for the fix :)

rafaelrp commented 7 years ago

Doesn't work here on latest Atom 1.17.0, any solution? Thanks