Joe Bogner wrote: > Here's a hack for enabling tab name completion in jhs:
Thanks, this is interesting hack.
I had to use
var current = rows[rows.length-1].innerHTML.replace(/ | /g,'').trim();
in my browser, and i still want it to complete partial names in the middle of J
sentence, but this should get me started.
Thanks again.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
