Code::Blocks Forums

User forums => Help => Topic started by: Yoni on July 19, 2011, 06:00:22 pm

Title: Auto complete suddenly work partly
Post by: Yoni on July 19, 2011, 06:00:22 pm
Every time I programming in CodeBlocks, In the beginning, the auto complete work fine.
After some action and minutes (I don't know exactly what), the auto complete start work partly.
It's complete base variables' names, but it don't complete inner names of structures etc.

What's the reason?

In "inner names of structure" I mean, for example, for the variable gl.A:
Code
typedef struct
{
bool A;

} B;          
B gl;
thank you, :)

and sorry about my poor english... :x
Title: Re: Auto complete suddenly work partly
Post by: oBFusCATed on July 19, 2011, 06:08:05 pm
What C::B version, what OS?
Please next time follow the rules of the forum...
Title: Re: Auto complete suddenly work partly
Post by: Yoni on July 19, 2011, 07:33:29 pm
I'm sorry. :oops:
c::b version is 10.05, os is winxp sp3.