I just discovered Adventure IDE for editing AutoHotkey scripts and I like many features of it. However, I'm unable to get keyword-sensitive help from the editor by placing the cursor somewhere in a keyword and pressing the F1 key.
For example, in the command line
Code: Select all
RunWait, %ComSpec% /c %CL% | clip,, Hide ; output piped to clipboard
if I place the cursor on the keyword "RunWait" or "ComSpec" and press F1, the relevant help page from the AutoHotkey help file should open. However, this doesn't happen with Adventure IDE. The SciTE editor that I have been using till now has this useful feature and I'm used to it.
I may be missing some configuration technique here. Can anyone please help me out?