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

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

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

Post by dige »

Hi HeX0R, it still use this nice tool. Will it be further developed?
"Daddy, I'll run faster, then it is not so far..."
User avatar
HeX0R
Addict
Addict
Posts: 979
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post 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.
destiny
User
User
Posts: 29
Joined: Wed Jul 15, 2015 12:58 pm
Location: CCCP

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

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

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

Post by HeX0R »

I will look into it!
User avatar
HeX0R
Addict
Addict
Posts: 979
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

Post 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.
destiny
User
User
Posts: 29
Joined: Wed Jul 15, 2015 12:58 pm
Location: CCCP

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

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

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

Post 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
destiny
User
User
Posts: 29
Joined: Wed Jul 15, 2015 12:58 pm
Location: CCCP

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

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

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

Post 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!
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

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

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

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

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

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

Post by fryquez »

Hi HeXOR, very nice tool.
Could you compile with newer PB version and DPI aware option?
User avatar
HeX0R
Addict
Addict
Posts: 979
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

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

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

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

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

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

Post 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.
Post Reply