Go to function description (F1)
Posted: Sat Feb 15, 2020 11:12 pm
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.
In the ini-file, link the file extension to the 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)
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
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"
Also try using code on AutoIt3 - Download (instead of the button, the Enter key is used)