It would be very helpful if I could use %COMPILERHOME (equivalent of #PB_Compiler_Home) as argument for calling external tools.
I would use it to call a help file in a different language!
Therefore I use KeyHH with the following options:
Code: Select all
Commandline: [Path to]\KeyHH.exe
Arguments: -MyHelp -#klink "%WORD" [Full path to]\Purebasic.GER.chm
Name: Help.GER
Event to trigger the tools: Menu Or Shortcut
Shortcut: STRG + F1

But it would be helpful if I could use %COMPILERHOME for accessing the help file of the appropriate pb version:
Code: Select all
Arguments: -MyHelp -#klink "%WORD" %COMPILERHOME\Help\Purebasic.GER.chm
More Information:
This way with F1 I get the english help for the keyword/command (word und current cursor position) and with STRG+F1 I will get the german help for the selected keyword/command!
[/EDIT]
Thank you for considering this wish,
cu, guido