so you probably know that the colored bars on the left of the OutPut menu are for Server/Client.
But for a specific reason, I need them not to show up.
Anyway I might be able to disable them?
To avoid an XY problem, could you explain what the “specific reason” is?
So I can copy and paste the output with out getting the colored lines
What do you mean copy and paste…?
Right click copy, then right click again to paste
You can copy text from output. I am not sure what you mean.
You can comment out the print lines from your local code if you only want the messages from the server, and vice versa.
Literally not what I was asking for. I was just wondering if I can disable the colored lines on the left?
Those lines won’t show up if you copy anything in the output window.
As far as I know, there is no way to disable to server/client color bars in the output.
But we might be able to help you with whatever problem you are having if you could explain it.
You can copy it without the lines, at least on Windows 10.
Example:
local local
If you don’t want the blue text that looks like a link, just delete the [] around it, and the () with whatever is contained inside it.
Using the new expressive output beta you can’t use keyboard shortcuts, though you can still select text printed to the output window though the context menu without the bars being copied.
LogService.MessageOut also passes the text printed, you could use that too (don’t depend on it) .