Page 1 of 1

Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Thu Mar 17, 2022 1:19 pm
by Alpengreis
Hello

Could you add the possibility to suppress dark mode for Print Diff Report?

It's not "printer friendly" with dark mode. And the "No background" in Page Setup
is no help.

Kind regards

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Thu Mar 17, 2022 1:30 pm
by psguru
We will add this to the next version, 13.0, which is coming to a beta in near future.

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Thu Mar 17, 2022 3:16 pm
by Alpengreis
Oh, that's perfect - thank you very much!

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Fri Mar 18, 2022 8:52 am
by psguru
After giving it some more thought, we are actually going to always use the normal (light) theme for printing, similar to what Visual Studio does. It's hard to imagine a scenario where the user would want to have a print-out with a dark background.

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Fri Mar 18, 2022 1:14 pm
by Alpengreis
Yes I agree.

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Thu Mar 31, 2022 3:12 pm
by psguru
Unfortunately, upon a closer look at the code, this is not as doable as I was hoping for. For performance reasons, printing "borrows" the views from the main window, so what you see there is what you get in print/print preview. The only thing I can think of is a warning before the Print command is used, in case the dark mode is on.

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Fri Apr 01, 2022 11:53 am
by Alpengreis
Ok, I understand. In this case, a warning would make sense, yes ... or ...

... just as idea: maybe you could make that the whole design will be switched to "classic" till the print job is done and automatically switch back - optionally (user would have to activate it explicitly but after that, it could stay enabled for future printing)? It would be necessary only if the user has set manually or automatically ("Detect automatically") the dark mode of course.

Good weekend

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Fri Apr 01, 2022 12:58 pm
by psguru
... just as idea: maybe you could make that the whole design will be switched to "classic" till the print job is done and automatically switch back - optionally (user would have to activate it explicitly but after that, it could stay enabled for future printing)? It would be necessary only if the user has set manually or automatically ("Detect automatically") the dark mode of course.
Yes, that was the original idea here. Still, we haven't given up yet, despite my previous post. More to follow...

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Sun Apr 03, 2022 2:27 pm
by psguru
We made this work in the end, so the feature will appear in version 13.

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Mon Apr 11, 2022 5:38 pm
by Alpengreis
Tried and works very good - thank you!

Re: Feature request: Possibility to suppress dark mode for Print Diff Report

Posted: Tue Apr 12, 2022 7:51 am
by psguru
Thanks for your feedback.