On Fri, Apr 25, 2008 at 7:04 PM, Hahn, Harvey <[EMAIL PROTECTED]> wrote:
> (1) In testing things (or with variations on previously-written code
> copied wholesale from another script), I'd like to be able to
> temporarily comment out multiple lines of J code without having to
> insert "NB." in front of every line.  Is there any way to do this in J?
> I realize the answer is probably "no", but I thought I'd ask anyway,
> just in case.
>
> (2) Is there some reason why Ctrl-Shift-n always puts "NB." at the
> *beginning* of a line rather than where the *cursor* is located?  The
> latter is more intuitive (and the way things work in other editors).

If you drag-select multiple lines, control-shift-n will put NB. at
the begining of every line, regardless of where you started your
selection.  Likewise, for control-shift-b removing those NB.s

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to