Page 5 of 6

Re: [IDE Tool] History Viewer 2.18 [now with LINUX]

Posted: Wed Apr 01, 2015 10:24 am
by dige
Hi HeX0R, it still use this nice tool. Will it be further developed?

Re: [IDE Tool] History Viewer 2.18 [now with LINUX]

Posted: Sat Apr 04, 2015 1:27 pm
by HeX0R
It is almost perfect as it is, at least for my needs.
I also use it since years as synchronizing tool between different PC locations (via an online postgresql database) and of course also as history source.

If you have some improvements/enhancements, just let me know and I will try to add/fix it.

Re: [IDE Tool] History Viewer 2.18 [now with LINUX]

Posted: Tue Aug 11, 2015 7:35 pm
by destiny
HeX0R, hello.
Your tool didn't show cyrillic letters. Just corrupted letters (possibly because use of non unicode/cyrillic font - "; Âêëþ÷àåì ïðîâåðêó îáÿçàòåëüíîãî îáúÿâëåíèÿ ïåðåìåííûõ")
Can you fix it? Maybe by adding a preference that can change font of white window with green letters where history is seen.

Re: [IDE Tool] History Viewer 2.18 [now with LINUX]

Posted: Wed Aug 12, 2015 10:39 am
by HeX0R
I will look into it!

Re: [IDE Tool] History Viewer 2.18 [now with LINUX]

Posted: Sun Aug 23, 2015 10:35 pm
by HeX0R
Sorry, I needed longer than expected (summer time = lazy time).
Well, o.k. to be true, I had a unicode version since years but never released it ;)

I also included x64 executables for both win and linux.

The integrated update procedure will not work this time, because I changed servers a while ago.
Next time all should be fine.

Upgrading from 2.18 to 2.19 is quite easy:
Just unzip the archive and overwrite anything.

If you want to use the x64 binaries, you need to change the 3 tools of the IDE from hv.exe to hv_x64.exe (on linux: hv to hv_x64)

If any problems, please let me know, I will try to fix anything when I find the time.

Re: [IDE Tool] History Viewer 2.19 [now with LINUX]

Posted: Mon Aug 24, 2015 12:32 am
by destiny
Compiling in unicode did not fixed font.
I didn't used hv before (just find this tool a 1-2 weeks ago) but if i wish to use it now - it's unusable because of this.
So this is font problem, not unicode/non-unicode compilation, as i suggested in my previous message.

Re: [IDE Tool] History Viewer 2.19 [now with LINUX]

Posted: Mon Aug 24, 2015 10:49 am
by HeX0R
Please have a look at the options, there you can change font.

Or are you talking about the codeview?
In the earlier versions there were the source code of the templates included, I didn't include it this time, because I wanted to add something in the future.
You can try to play with it yourself, unfortunately I'm now on holiday for a week with no access to my data:
Download Templates Source

Re: [IDE Tool] History Viewer 2.19 [now with LINUX]

Posted: Mon Aug 24, 2015 7:00 pm
by destiny
Image

Code: Select all

    STYLE\CodeFontName             = "Courier, 'Courier New', sans-serif"
    STYLE\CodeFontColor            = $006600
    STYLE\CodeFontSize             = 11
    STYLE\CodeAddBackgroundColor   = $8AFF8A
    STYLE\CodeAddFontName          = "Courier, 'Courier New', sans-serif"
    STYLE\CodeAddFontColor         = $000000
    STYLE\CodeAddFontSize          = 11
    STYLE\CodeDelBackgroundColor   = $8A8Aff
    STYLE\CodeDelFontName          = "Courier, 'Courier New', sans-serif"
Courier/Courier New supports cyrillic 100% (because i'm in USSR, there are russian language everywhere), i'm using it for years. But in your codeview as you can see from the picture above - there are some problems.

Re: [IDE Tool] History Viewer 2.20 [now with LINUX]

Posted: Thu Sep 03, 2015 10:04 pm
by HeX0R
V2.20 is available!
  1. Added: You can set charset for sources without BOM
    Added: CSS of codeview now editable
Upgrading in the windows version is not yet possible via the ?/Check for Update Menu!
I recognized, that my patcher is broken and needs some work to do.

You can simply unzip the archive and overwrite anything.

Next on my todo list is an auto sync function (only via postgresql of course), because my beloved WUALA is ending.

Sidenote:
JaPBe Auto-Installation is canceled since 2.19!

Re: [IDE Tool] History Viewer 2.20 [now with LINUX]

Posted: Tue Nov 21, 2017 12:43 am
by zikitrake
HeX0R wrote:V2.20 is available!....
I am sorry to raise such an old thread, but I have just discovered this tool and I am obliged to thank HeX0R very much.
I've been testing GIT tools for days, but I find them all too complicated to keep track of versions of my little programs.
This utility is a small wonder to me.

So, again, thanks HeXOR

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

Posted: Tue Nov 21, 2017 8:52 pm
by HeX0R
Thanks for the kind words!

btw. History viewer is not dead, I played with a cgi version, which directly connects to the online postgresql database.
See ->here<-


But due to another project with higher priority this is frozen at the time being (and far away from being in a release state).

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

Posted: Wed Jul 05, 2023 2:06 pm
by fryquez
Hi HeXOR, very nice tool.
Could you compile with newer PB version and DPI aware option?

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

Posted: Wed Jul 05, 2023 2:21 pm
by HeX0R
Damn, I've created that a few weeks (months?... years??) ago, but somehow I didn't make it official.
Use that link for now => https://hex0rs.coderbu.de/Sonstiges/pb/hv_2.30.zip

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

Posted: Wed Jul 05, 2023 3:02 pm
by fryquez
Thanks,
just one thing, you save and load the font size from hv.prefs --> font-size.
As PureBasic can be used portable, the font size should be saved and loaded with the current scale factor.

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

Posted: Wed Jul 05, 2023 6:12 pm
by HeX0R
Not sure I understand that?
Portable means, it will be used on different PCs, so if one has a 150% view, the other 100%, why should I set the factor of PC one to PC two?

You could also start hv with a command "-prefs:e:\hv\settings.prefs", which is more or less also a portable version then.