Page 1 of 1

newLISP direct execution from Ultraedit

Posted: Tue Sep 27, 2005 1:11 pm
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.