- Subject: Re: Folding
- From: "John E. Davis" <davis>
- Date: Wed, 14 May 2003 11:35:02 -0400
Johann Gerell <johann.gerell@xxxxxxx> wrote:
>__if(expression) {
>____DoLotsOfThings();
>____.
>____.
>____.
>____Done();
>__}
>
>to be folded as
>
>__if(expression) ...
>
>or something like that. I seem to recall that John told him that there was an
> experimental way of accomplish this.
Move the cursor to the appropriate column and press "Ctrl-X $", which
in jed and emacs emulations run the "set_selective_display" function.
The other emulations do not provide a keybinding for this function.
The set_selective_display function hides all lines indented beyond the
current column.
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2003 date index]
[2003 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]