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.
[IDE Tool] History Viewer 2.20 [Win & LINUX]
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
O.k., makes sense, I'll look into it.
That dpi-crazyness always drives me crazy!
That dpi-crazyness always drives me crazy!
{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
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
which seams to make things better.
Here is an interesting read
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;
Here is an interesting read
{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
Thanks! using 0.8rem looks good on different scalings.
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
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
But I guess that thread will fall asleep (again) for some years anyway

{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
@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]
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
)
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

{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]
