Thanks for this new build.
I have found a small bug with Comment / Uncomment functionality.
Please, have a look to these screenshot
Before:
(http://img85.imageshack.us/img85/4845/commentbug16om.png) (http://imageshack.us)
After:
(http://img122.imageshack.us/img122/6679/commentbug23yd.png) (http://imageshack.us)
Here is my piece of code in order you to reproduce this bug.
#include <stdio.h>
//////////////////////
int main()
{
// printf ("le résultat sera tronqué si il est décimal") ;
return 0;
}
//////////////////////
It seems that problem is due to accented character.
If you remove é or è there is no more problem.
I hope you could fix it.
Thanks and have a nice day.