News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Auto complete suddenly work partly

Started by Yoni, July 19, 2011, 06:00:22 PM

Previous topic - Next topic

Yoni

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:
typedef struct
{
bool A;

} B;          
B gl;

thank you, :)

and sorry about my poor english... :x

oBFusCATed

What C::B version, what OS?
Please next time follow the rules of the forum...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Yoni

I'm sorry. :oops:
c::b version is 10.05, os is winxp sp3.