newLISP doc starter tool
Posted: Fri Aug 17, 2007 4:08 pm
I made a tiny windows-tool called 'nlIEStarter' to launch the newLISP doc from external editors like UltraEdit.
http://hpwsoft.de/anmeldung/html1/newLISP/newLISP.html
Sample call:
The first parameter is the doc-file with the jump-taget.
The second parameter is the doc-file with the frame-support.
When the first file does not have a jump-target or an empty one, the second file will be used.
The tool has a IE detection so that different technics are used to launch the jump-target call.
For IE7 an internetlink in the Temp-Dir is created.
The replacement of the '?' to 'p' for commands like 'symbol?' is supported.
Ultraedit's tool config line looks like this:
(The call is on one line)
http://hpwsoft.de/anmeldung/html1/newLISP/newLISP.html
Sample call:
Code: Select all
nlIEstarter "C:\Programme\newlisp\newlisp_manual.html#setq" "C:\Programme\newlisp\manual_frame.html"
The second parameter is the doc-file with the frame-support.
When the first file does not have a jump-target or an empty one, the second file will be used.
The tool has a IE detection so that different technics are used to launch the jump-target call.
For IE7 an internetlink in the Temp-Dir is created.
The replacement of the '?' to 'p' for commands like 'symbol?' is supported.
Ultraedit's tool config line looks like this:
Code: Select all
"C:\hpwtools\nlIEstarter.EXE" "C:\Programme\newlisp\newlisp_manual.html#%sel%" "C:\Programme\newlisp\manual_frame.html"