First of all - sorry for my English.
Code::Blocks is simply amazing - great work, guys! I use it under windows and linux (gentoo) and found some ?bugs?:
problem: Whenever I start debugging session, Code::Blocks opens a copy of each file in which breakpoints has been set.
steps to reproduce:
1. Create a new console application project (using C languadge for example).
2. Set breakpoint to line printf("Hello, world!\n");
3. Run debug session.
As result, a new tab with copy of main.c has been created. It seems like that problem only presents in linux version of codeblocks (built from SVN without any third party patches).
------------------------------------------------------------------
problem: Names of new created files, displayed in "Open file list" window are wrong.
steps to reproduce:
1. Select menuitem File / New / Empty file.
2. In dialog window "Add file to project" click "Yes" button.
3. In next dialog type something different, than "Untitled" and click "Save".
4. Click "OK" button in dialog "Multiple selection".
5. Look at the "Open file list" window. The name of the file remains "Untitled".