Page 1 of 1

newlisp-js IDE

Posted: Sun Jan 05, 2014 10:54 am
by HPW
Hello Marc,

Possible improvment for your newlisp-js IDE here:

http://newlisp.neocortex.io/

When nothing is selected in the Input area, the Manual button should link to:

http://www.newlisp.org/downloads/manual_frame.html

When text is selected (for example println) then call:

http://www.newlisp.org/downloads/newlis ... ml#println

Then we have context-help.
(Not sure if this is supported by textarea)
Some discussion here:
http://stackoverflow.com/questions/2757 ... javascript

Regards