newLISP doc starter tool

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

newLISP doc starter tool

Post by HPW »

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:

Code: Select all

nlIEstarter "C:\Programme\newlisp\newlisp_manual.html#setq" "C:\Programme\newlisp\manual_frame.html"
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:

Code: Select all

"C:\hpwtools\nlIEstarter.EXE" "C:\Programme\newlisp\newlisp_manual.html#%sel%" "C:\Programme\newlisp\manual_frame.html"
(The call is on one line)
Hans-Peter

Locked