newLISP direct execution from Ultraedit

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 direct execution from Ultraedit

Post by HPW »

Under 'Extras/tool configuration' add a new tool with this commandline:

Code: Select all

C:\Programme\newlisp\newlisp.exe -e "%sel%"
Make a button for that tool.
Then mark some lisp code and press the new button.
It is executed in newlisp and the return value is recorded in Ultraedit
in a configurable place.

Nice and simple.
Hans-Peter

Locked