I’m working in TCL language. I was interested to have help file configured directly by typing ALT+F1 (for exemple) when the cursor is on a TCL command. I mean by configured to reach the right page and section of selected word into the help file.
I tried to configure Komodo preference concerning TCL language help with this command : C:\Windows\hh.exe ms-its: d:/TCL/ActiveTclHelp8.5.chm::/tcl/TclCmd/%W.htm but nothing happened.
Then I had an idea to configure the path of Node.js language interpreter (I don’t use this language) to C:\Windows\hh.exe (that’s the trick) and I configured TCL language help command with: %(node) ms-its: d:/TCL/ActiveTclHelp8.5.chm::/tcl/TclCmd/%W.htm
It may be stranged but that solved the problem.
Hope that’s clear…