When working with an old Perl script I realized that it would be very useful if one could be able to fold a code block
by initiating the folding from the last line of the block. From what I have been able to find out so far one can easily
fold a code block when one can see the block first line as in:
and the only way to fold the block in that case is to first, find the first line of the block and only then, fold the whole thing.
Do you know whether UE allows one to fold code by using the last line of a block?
Another way of accomplishing the same would be a function to jump to the "matching brace" but I have not been able to find out
if that is possible either, is it?
Tomasz
by initiating the folding from the last line of the block. From what I have been able to find out so far one can easily
fold a code block when one can see the block first line as in:
Code: Select all
if (xxxxxxx) {
.
.
but quite often you see just the last part:
.
.
}
Do you know whether UE allows one to fold code by using the last line of a block?
Another way of accomplishing the same would be a function to jump to the "matching brace" but I have not been able to find out
if that is possible either, is it?
Tomasz