atom-autohide-tree-view icon indicating copy to clipboard operation
atom-autohide-tree-view copied to clipboard

Hides most of the tree view, reveal it on hover

Results 33 atom-autohide-tree-view issues
Sort by recently updated
recently updated
newest added
trafficstars

As referred by the documentation, I made sure I installed the atom-touch-events package and restarted Atom, but it's still not auto hiding the tree view. Any help as regards this?

Seems like scrollability of the tree view got broken somehow with the release of Atom 1.6. Switching themes and reloading editor does not seem to fix it.

Without this addon I can scroll down in the tree view as needed. WIth this addon, scrolling no longer works This was with the latest version, so **v0.25.1** I assume

Uncaught (in promise) TypeError: pkg.mainModule.createView is not a function at file:///C:/Users/.atom/packages/autohide-tree-view/lib/main.js:23:31

ver. 0.25.1 OS Windows 10 (64) After installation, auto hide isn't working and when I manually close the tree, it doesn't open as well.

The `Show Ping Button` setting is checked in my settings page yet the pin icon is missing for some reason. I tried checking it off and on with dev tools...

With the new tool panes, the tree view no longer snaps open and closed. Using version 0.25.1 of autohide-tree-view

I figure out that some of mine selectors with the new release of atom are broken. I changed the `atom-text-editor::shadow` in `atom-text-editor.editor` as atom's alert explain. Now on my editor,...