nikitakit / hydrogen-python

Python-specific plugin for hydrogen. Make Python coding in the Atom editor even more interactive!
https://atom.io/packages/hydrogen-python
MIT License
54 stars 20 forks source link

feature request - vertical direction box size edit (Variable Explorer) #5

Open wmbm opened 6 years ago

wmbm commented 6 years ago

It would be nice to be able to make the Variable Explorer box smaller or larger depending on how you want -> like you can with the "Hydrogen Output Area". Screenshot of how I like to use the plugin

image

nikitakit commented 6 years ago

I agree that the layout of the variable explorer is problematic.

The latest changes on github (which are not in the official release) modify the styling on the variable explorer so that it always takes up the full height of the pane its in. Maybe that will address your concerns?

The version on github still has non-ideal layout, unfortunately. If anyone reading this can suggest a good javascript table-rendering library, or some code changes that would make the situation better, help would be much appreciated.