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:
.
.
}
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.
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,
Tomasz

