olmokramer / atom-autohide-tree-view

Hides most of the tree view, reveal it on hover
MIT License
38 stars 7 forks source link

Can't open/toggle tree view #14

Closed gchp closed 9 years ago

gchp commented 9 years ago

With autohide-tree-view disabled or uninstalled, I can use Ctrl + \ to toggle the tree. When I enable it, Ctrl + \ does not toggle the tree. Also, if I have the tree visible, then enable autohide-tree-view, the tree remains visable and does not hide. I can manually hide it, however then it does not open either via the keybinding, or by using the mouse.

Atom version: 0.188.0 Linux - Ubuntu 14.04

gchp commented 9 years ago

Binding to other keys gives the same result too: nothing.

olmokramer commented 9 years ago

Thanks for reporting the bug. I'll try too look at it this weekend, but I'm in the middle of my exams period, so maybe it will be somewhere next week.

With autohide-tree-view enabled, which command is being executed according to the keybinding resolver? In case you don't know, you can open the keybinding resolver by pressing Ctrl+..

Did you try reloading Atom after enabling the package? If not, does it work when you do?

I think I'm going to revisit the keybindings soon, as I'm not really happy with them in general. Maybe I'll even rewrite the entire package, there's more things than just the keybindings I don't really like right now.

olmokramer commented 9 years ago

I just published a new version, I did a complete rewrite of the package. It might very well fix your problems. Please let me know if it works. Cheers

gchp commented 9 years ago

Still happening, unfortunately.

The resolver says this is being executed: autohide-tree-view:toggle-visible.

Tried reloading & restarting, no change. Any ideas?

olmokramer commented 9 years ago

Can you try running the tree-view:show command and then try again?

gchp commented 9 years ago

Hmm, it started working again, without me changing anything. Seems to be somewhat intermittent. I'll play around a little and see if I can break it again, and try give you some more information on what might be going on & triggering it to happen.

olmokramer commented 9 years ago

Hmmmm, weird. At least it's a good thing that it works now :) Please let me know if anything breaks again.

gchp commented 9 years ago

Will do. I'll close this for now. Thanks!

olmokramer commented 9 years ago

Thank you too :)