Page 6 of 6

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Wed Jul 05, 2023 6:39 pm
by fryquez
Yes, i do use the "-prefs:" command line option.
if I setup this portable PureBasic installation on a normal 100% scaling desktop and than
use it on a 200% scale device, the font size of the code will remain the same, no chance to read it.

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Wed Jul 05, 2023 7:35 pm
by HeX0R
O.k., makes sense, I'll look into it.
That dpi-crazyness always drives me crazy!

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Wed Jul 05, 2023 8:47 pm
by HeX0R
o.k., that's not possible.
The whole code view is defined in a (user defined) css file (preferences -> style), I can't go through that file and change the size, whereever needed.
Problem seems to be, that the default css has a font-size for the code view of 11px.
Pixel might be a bad idea, I seem to have changed that somewhen (in my own style sheet) to

Code: Select all

font-size:           0.8rem;
which seams to make things better.

Here is an interesting read

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Thu Jul 06, 2023 6:09 pm
by fryquez
Thanks! using 0.8rem looks good on different scalings.

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Thu Jul 06, 2023 7:38 pm
by HeX0R
I'll change the default css, so if I finally will release a new official version, new users should not see that behaviour.
But I guess that thread will fall asleep (again) for some years anyway :mrgreen:

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Fri Apr 12, 2024 6:44 pm
by fryquez
@HeXOR, I can't find the download for History Viewer 2.30, your website only offers the old version from 2015.

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Fri Apr 12, 2024 8:20 pm
by HeX0R
It's still at the same place you asked for last year:
https://www.purebasic.fr/english/viewto ... 69#p603769

Since interest is very low, I didn't update the original download link on my site.
I probably should do that, just give me a hint, when you lost the download link again (in ~ one year :mrgreen:)

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

Posted: Sat Apr 13, 2024 6:50 pm
by fryquez
:oops: Now I see it, thanks.