Go to function description (F1)

Share your advanced PureBasic knowledge/code with the community.
AZJIO
Addict
Addict
Posts: 1364
Joined: Sun May 14, 2017 1:48 am

Go to function description (F1)

Post 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)