Skip to content
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

Redirect Error Messages / Status Bar Duration (12.5) #581

Open
zsln opened this issue Jan 2, 2025 · 1 comment
Open

Redirect Error Messages / Status Bar Duration (12.5) #581

zsln opened this issue Jan 2, 2025 · 1 comment

Comments

@zsln
Copy link

zsln commented Jan 2, 2025

Q: Is it possible to redirect error messages from the status bar below to some output buffer?

After updating to 12.5 (pulled from master) from 12.4 error messages have stopped being printed into a separate buffer and appear in the status bar on the bottom of the window (textadept-gtk).

My problem with that is that a) the view is very small and the message is usually longer b) the message appears only for a fraction of a second, e.g. after issuing the reset command it will show the error message for a millisecond and then show "Lua rest".

I've looked around but I couldn't find where/how to configure this to redirect the message into some output buffer like it was the case before.

This is what this looks like

rec.webm
@orbitalquark
Copy link
Owner

Thanks for the report.

What you are seeing appears to be only for the LSP module: https://github.com/orbitalquark/textadept-lsp/blame/6dc324b6023a6f8fa40ec54d4dd4887c59515691/init.lua#L850-L851.

You should be able to see that error message in the LSP log by going to Tools > Language Server > Show Log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants