I use the embedded log a lot:
Right-click to get the popup.
The code editor is shortened, top-to-bottom, and the log is quite wide:
I'd like more vertical space in the upper editor.
Run this and it is fixed!
(Current Window() << child) << sethorizontal( 1 );
A narrow log is fine; usually I'm just watching for an error message.
I like this on a landscape display.
I'm also experimenting with a proportional font. I'm not sure why all code editors think a mono-spaced font should be default...I think it is a hold over from 80-column punched cards.