Found a bug :
When creating a new project, C::B doesn't check for the characters in the name, meaning when we have something like : "A_project_for_me&others", the creation will work but it won't compile : it will search for a directory named something like "A_project_for_me" (it cuts when it "sees" the character '&').
Further searching and testing is needed (I don't know if there is only the '&' character which does that).
An annoying behavior :
When you open a project with globals variables that you didn't define then there is the global variable windows which popup infinitely ... making the program unusable (have to kill C::B then).
Kurapix