m-bobrowicz / php-integrator-symbol-viewer

Atom package providing side panel with class information: constants, properties and methods with go-to functionality provided by php-integrator-base package.
GNU General Public License v3.0
20 stars 11 forks source link

Pane #34

Closed anothy closed 8 years ago

anothy commented 8 years ago

First of all, great work! I love this. One little annoying thing is if I have a PHP file open that have no classes, interfaces or traits I get the side display keeps showing up with the "There is no data to be displayed." even though I hid the right display it keeps popping up as I'm switching through tabs and I have to constantly re-hide it.

brianclogan commented 8 years ago

I fixed this in my pull request I just submitted.

Under EmptyFiguresView.js the line var container = document.createElement('atom-php-integrator-symbol-viewer'); needs to change to var container = document.createElement('atom-php-integrator-symbol-viewer-content');

m-bobrowicz commented 8 years ago

Fixed in 0.6.1