Display program_err in multiple columns - #3584
Conversation
|
How does this look like if you have your window width is small (e.g. tiled to the left half of the screen)? |
Not worse than before. if we tweak it would work the same but CSS will render the "old view" when the window doesn't have enough width. |
So you don't have to horizontally scroll and it starts going to the old view automatically? |
if we wouldn't set the |
…zontal area Before messages would be short and on a wide monitor there would be a lot of wasted space, Now we calculate the longest line and display that in full and try to fit similar sized columns. On smaller monitors this would just result in less columns and never in a horizantal bar, if/when we want that we should set the `height`.
I must be blind, because I am seeing nothing.
As user, I would want a way to turn it off in the current version, because there is no (or perhaps minimal) distinction between columns. |



Most of those lines are short so we can use the extra horizontal space.
For the rest of the output the user gets a horizontal scrollbar, I think that is easy enough to follow the program without taking up the whole page.
Just as a pitch, if we want this I can apply it to the other outputs also.