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

Not working in new Atom v1.6 update #38

Open luckyshot opened 8 years ago

luckyshot commented 8 years ago

The Pane doesn't load open tabs anymore in the new Atom v1.6 update

luckyshot commented 8 years ago

Commenting this CSS property solved the issue for me:

.tree-view-open-files { /* overflow: auto; */ }

MadLittleMods commented 8 years ago

Seems to be working in Atom 1.6.2 and shows a few files.

This fix works great for showing all of them (will cut-off if you have more open tabs than vertical space on your screen for your tree-view). Inspired by https://github.com/bloopletech/config/commit/33431dff6f0616fa639d118bf2d466572a2bc1e8, could be more releated to https://github.com/postcasio/tree-view-open-files/issues/33

.tree-view-open-files {
  overflow: visible !important;
  max-height: 30vh !important;

  transition: max-height 0.2s ease;

  &:hover {
    max-height: 100vh !important;
  }
 }
sergiu-gordienco commented 6 years ago

@Try this, fixed for atom 1.18.0 https://github.com/sergiu-gordienco/tree-view-open-files

on atom is tree-view-open-files-updated

apm install tree-view-open-files-updated

https://atom.io/packages/tree-view-open-files-updated