Quote:


/*
void foobar()
{
dosomething();
dosomethingelse();
}
//*/



Thats actually a very nifty trick!
Never though about that one, haha.
Speeds up toggeling commenting of blocks quite a bit.

Will use that in Java.