JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Setting to control width of pane showing errors? #120

Closed penntaylor closed 7 years ago

penntaylor commented 7 years ago

Errors that pop up in inline panes often require horizontal scrolling, making them hard to make sense of. Is there an existing way to set the default width of these panes?

Example of error pane requiring scrolling:

ink_error_pane

pfitzseb commented 7 years ago

I suppose you could just overwrite the relevant css yourself. Inline results really need an overhaul though...

pfitzseb commented 7 years ago

In case you wanna try: In this branch, the results will automatically fill all remaining space in the editor.

pfitzseb commented 7 years ago

Alright, this is fixed on master. :)