Page 1 of 1

Go to function description (F1)

Posted: Sat Feb 15, 2020 11:12 pm
by AZJIO
Download (source code included)
This will allow you to use any editor (IDE) and any help.chm. At the command line, you need to pass the file extension and function name.

Code: Select all

Help.exe pb ButtonGadget

Code: Select all

Help.exe html table
In the ini-file, link the file extension to the help

Code: Select all

[pb]
PathCHM="C:\Program Files\Purebasic\PureBasic.chm"
TitleCHM="PureBasic Help 5.70"
Exact_match=1

[js]
PathCHM="..\..\Help\JS.chm"
TitleCHM="JavaScript Help"
In the code, in line 149 you need to replace the Russian name of the button.
Also try using code on AutoIt3 - Download (instead of the button, the Enter key is used)