Bug #7808 2006-06-09 08:03
skirby
Problem with Comment / Uncomment functionality
Hello,
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
After:
http://img122.imageshack.us/img122/6679/commentbug23yd.png
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.
I am on Windows 2000 sp4 and I am using the build of 06/08/2006 (Version 1.0 revision 2539 (2006-06-08 14:15:42) gcc 3.4.4 Windows/unicode)
But the problem exists in previous one.
Thanks and have a nice day.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2006-06-29 21:06
- Assigned to
History
This bug is fixed, info on a related issue can be found here :
http://forums.codeblocks.org/index.php?topic=3226.0
fixed in rev 2628
thx for the feedback !!!