Page 1 of 1

PureHelp

Posted: Fri Oct 03, 2025 10:52 am
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.

Re: PureHelp

Posted: Fri Oct 03, 2025 11:28 am
by Axolotl
The image looks very cool.
Thanks for sharing.

Re: PureHelp

Posted: Fri Oct 03, 2025 11:29 am
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

Re: PureHelp

Posted: Fri Oct 03, 2025 1:19 pm
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.

Re: PureHelp

Posted: Fri Oct 03, 2025 2:13 pm
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