PureHelp

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Mesa
Enthusiast
Enthusiast
Posts: 436
Joined: Fri Feb 24, 2012 10:19 am

PureHelp

Post by Mesa »

I'm sharing my PureHelp, which displays PureBasic help but with more options, such as zoom management, font size, languages, etc.

It works on my Windows 10 64-bit and Windows XP 32-bit.
It should work on Linux and macOS, but it hasn't been tested.

Image
http://frazier.wood.free.fr/pb/PureHelp.png

Download here:
https://github.com/Mesaliko/PureHelp

Mesa.
Axolotl
Addict
Addict
Posts: 865
Joined: Wed Dec 31, 2008 3:36 pm

Re: PureHelp

Post by Axolotl »

The image looks very cool.
Thanks for sharing.
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PeDe
Enthusiast
Enthusiast
Posts: 298
Joined: Sun Nov 26, 2017 3:13 pm

Re: PureHelp

Post by PeDe »

The project cannot be compiled because the constants #LANG_ENGLISH, #LANG_FRENCH, etc. are missing.

(PB v6.30b2 x64 Raspberry Pi OS)

Peter
Mesa
Enthusiast
Enthusiast
Posts: 436
Joined: Fri Feb 24, 2012 10:19 am

Re: PureHelp

Post by Mesa »

It's strange because these are pb constants, at least on windows, so on rpi linux maybe you can try #lang_english=9, french=12, german=7.
M.
PeDe
Enthusiast
Enthusiast
Posts: 298
Joined: Sun Nov 26, 2017 3:13 pm

Re: PureHelp

Post by PeDe »

H_Procedures.pbi
Line 1218: Missing EndSelect
Line 1278: Structure not found: ICoreWebView2Controller

I didn't get any further than that; I've never used WebView before.

Peter
Post Reply