+3

Move trailing brace up to when code folding

Hermi Mercury hace 12 años actualizado hace 12 años 2
Just a minor nitpick, but this example:
    while(1) {
        doSomething();
        somethingElse();
    }

folds to this:
    while(1) {  ... 
    }

I'd prefer that the closing brace moved up to the folded line.  Not being able to fold a single nested line is also a bit annoying, but I believe that has already been reported.
Sure thing.  That is an even bigger oversight than what I reported.