Hi there,
Is there any way to customize the colors of the FTP log panel? Text and/or background ...
I have a dark theme and the text is hardcoded on black, so it's almost invisible. Screenshot attached.
DOpus 11 up to date here.
Thank you.
Hi there,
Is there any way to customize the colors of the FTP log panel? Text and/or background ...
I have a dark theme and the text is hardcoded on black, so it's almost invisible. Screenshot attached.
DOpus 11 up to date here.
Thank you.
It was hardcoded to use black for the normal text color, but we've made a change for the next update which will make it use the system text color, which should fix things for you.
(Old messages already in the log will not be affected, since the colors are saved into the log itself, but new messages will use the new colors.)
That sounds good
Thanks for the quick response,
Mircea.
Next update won't help Opus 11, will it?
Correct; Opus 11 updates stopped mid 2016. You'd need to be on / upgraded to Opus 12.
Not to steal a thread. It would be nice to have the logs support more detailed color formatting like this.
Switching to Scintilla to render the log, and allowed us to provide a notepad++ config file containing the formatting would give us some nice flexability.
You can use any colors you wish to in logs output via scripts. Is that what you're after?
I didn't know that. So the script can control the output formatting?
I was thinking specifically for the FTP log. Instead of having the code that is logging control the formatting, use an approach similar to notepad++. Where we could use a config file to format the output.
This would allow Dopus to support out of the box simple back and foreground coloring. But let people use more complex custom formatting to format specific lines and words. Similar to what we can do here in the viewer Plugins: Source code viewer based on Scintilla.
Then we could produce logs that look similar to this
https://help.papertrailapp.com/kb/how-it-works/log-colorization/#viewer-customizations
You can use any colors you wish to in logs output via scripts. Is that what you're after?
Is there any specific documentation available on how to do this? I won't be upgrading DOpus for this alone
Scripts can control the colors of the messages they write to the script log.
Scripts aren't involved with the FTP log.
Oh well then, I'm pretty much left for dead with this one on DOpus 11. I guess I'll have to stick with the copy-paste procedure to read the log.
Thanks for your time.