-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message cropped #249
Comments
I have now found the hscroll control which is useful. It would be an enhancement to be able to use more of my screen. Video: Horizontal scrolling challenge in julia-client 0.4.7 This shows there is plenty of horizontal space to occupy and reduce the amount of scrolling required to see the full messsage, |
I agree 100% (as was discussed a bunch here). I can definitely understand the want to keep the output small until its expanded, and then I can kind of understand keeping the vertical size of the output small even once its expanded, but I still really don't see any reason for not using the entire horizontal space available. What of use could possibly be getting covered up? Just throwing out an idea, what about options "Allow output box to fill screen horizontally / vertically / both" (which could be off by default, i.e. the current behavior)? |
I don't think anyone opposes the idea of making expanded results (or results in general) nicer, it's just that no ones gotten around to actually doing it yet. |
Yeah, mainly it's just technically a lot easier to have inline results as they are now. We have some patches to atom core which will improve the situation though. |
One idea would be to turn the inline result into a block result when expanding, but I'm not sure if that'd feel and look good. |
@janekdb You can add
to your styles.less file (which can be opened using the Menu Bar: File ► Stylesheet...), to remove the default limitation to 400px. |
Adding this just above (and with the same indentation as) this line
edit: along with @Karsten7's suggestion Btw Juno makers I have just been trying Juno out again in the last few days and am loving it! Thank you! |
For anyone game enough to use my ugly fix, here is an even uglier version that works better, I was finding the Put this just above (and with the same indentation as) this line
As before you'll need to make @Karsten7's change to your styles.less file (which can be found in preferences->Open Config Folder button on left hand side) n.b. Edited to add the check for |
This has been finally fixed in the latest Juno release. |
🎉 |
It would be useful to be able to see the full error message,
The text was updated successfully, but these errors were encountered: