Quote from xxXEch0Xxx: GoHi, your editor crashes upon folding multiple functions.
I just folded the shit out of my map code, but nothing happened.
void test() { for(int i=0; i < 10; i++) { } }
Quote:Simple remove the first } and put it back, and it should error (might have to remove it once more and put it back again before it crashes).
I tried really hard to make it crash again, no luck...
Maybe pc specific issues?

syranide2 Regular Shmoe@SBeier: Go
Awesome, downloading right away.
Submitted an error with the }-error. Anyway, if you want to reproduce yourself:
void test() { for(int i=0; i < 10; i) {
} }
Simple remove the first } and put it back, and it should error (might have to remove it once more and put it back again before it crashes).