jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Folding


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]