newLISP direct execution from Ultraedit
Posted: Tue Sep 27, 2005 1:11 pm
Under 'Extras/tool configuration' add a new tool with this commandline:
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.
Code: Select all
C:\Programme\newlisp\newlisp.exe -e "%sel%"
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.