-
Notifications
You must be signed in to change notification settings - Fork 23
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
[FR] Print errors in console for in-line evaluation #381
Comments
Why is that? Could we just improve the inline errors instead?
Should be easy enough to implement an option for this, I think. |
Hm, I don't know. Probably you can't: I always have my inline evaluation to be floating to the right instead of below (because doing it below changes the height of my document). But then, it is only visible once I have my mouse over it, which is not helpful given that to fix the error I obviously have to type in a different window. Then the error is completely hidden, like so: |
Notice that not hidding the error is even worse, in fact I recall the the suggestion to hide this came from me :P |
Inline evaluation is super cool. The only problem I Have is when the evaluation errors. I've come to realize that reading the error messages from the inline floating buble is not so easy, and I constantly copy paste the command to the console so that I can read the error message better.
It would be very helpful if you allow an option that errors are printed in both inline as well as console. Something similar exists but for notifications instead of the console. I don't like notifications at all though, and they are totally not convenient since they actually dissapear once read!
The text was updated successfully, but these errors were encountered: