Code::Blocks Forums
User forums => Help => Topic started by: Wheels2050 on October 16, 2012, 02:04:48 am
-
I've just started a new project (Project #1) in C::B, and have a class called "Game". Another of my projects (Project #2) also includes a class called "Game", but the two projects are completely unrelated.
However, in Project #1, when the autocomplete appears it includes functions and member variables from the "Game" classes of both projects. Obviously, this is somewhat annoying and confusing. Is there any way to avoid this?
I'm using C::B 10.05.
-
Is there any way to avoid this?
Yes, use a nightly and setup CC to "one parser per project".
-
OK, thanks - I'll do that.