Author Topic: Auto complete suddenly work partly  (Read 3702 times)

Offline Yoni

  • Single posting newcomer
  • *
  • Posts: 5
Auto complete suddenly work partly
« 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
« Last Edit: July 19, 2011, 06:02:05 pm by Yoni »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Auto complete suddenly work partly
« Reply #1 on: July 19, 2011, 06:08:05 pm »
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!]

Offline Yoni

  • Single posting newcomer
  • *
  • Posts: 5
Re: Auto complete suddenly work partly
« Reply #2 on: July 19, 2011, 07:33:29 pm »
I'm sorry. :oops:
c::b version is 10.05, os is winxp sp3.