7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Hiding (toggling) symbol list does not persist when switching tabs #51

Closed JK-TC closed 7 years ago

JK-TC commented 7 years ago

I have noticed that when you hide the symbol list, it will show again when cycling through tabs. If working on a small screen with limited real estate, it gets pretty frustrating to be forced to constantly toggle the symbol list as you move through code.

It looks like the issue stems from the blanket SymbolsList.panel.show() in the reloadSymbols() method without first checking the user's state. I believe this is also causes the startUp option to not work properly.