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

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

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

Post 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.
User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post by HeX0R »

O.k., makes sense, I'll look into it.
That dpi-crazyness always drives me crazy!
User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post 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
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

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

Post by fryquez »

Thanks! using 0.8rem looks good on different scalings.
User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post 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:
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

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

Post by fryquez »

@HeXOR, I can't find the download for History Viewer 2.30, your website only offers the old version from 2015.
User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post 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:)
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

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

Post by fryquez »

:oops: Now I see it, thanks.
Post Reply