-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat: display long status messages as popups #12241
base: master
Are you sure you want to change the base?
Conversation
e8a98c4
to
f488f4d
Compare
This seems essential, I am trying to read my 'failed to parse language config...` error right now and it is impossible, is there some workaround in the mean time? Also, in your example the text is not red anymore, can it still use the theme colour for "error" if it is an error? |
I'd say: Take a look in the logs. You can get the path from the help page ( |
Yep, so just fixed it |
@NikitaRevenco Did you see this PR : #11239, it seems to have a lot in common with what you are doing here. |
I saw it, the changes in that PR are specific to that command and cannot be re-used here from what I can tell |
Also a relevant PR which tackles this: #11108 |
forgot to mention that this PR replaces that PR, since that PR doesn't actually fix the problem, text that is too long will still not be visible, as it only replaces newlines with spaces |
1227454
to
63e889d
Compare
Just rebased and fixed merge conflicts |
When a status line is too long to fit, it will instead be shown as a popup
Before
After