Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lollobrigido on February 28, 2008, 11:58:53 am

Title: Probable autocomplete bug on "struct"
Post by: lollobrigido on February 28, 2008, 11:58:53 am
I've a struct in a class

class ...
 {
 public:
  struct
   {
    ...some members
    } data_struct
 }

when in some member of the class I refer to data_struct. Autocomplete show nothing, and if I use the right mouse button to "Find... declaration" It tell me that there isn't any declaration  :(, but it compiles correctly. :?
But I found in other situation autocomplete is correctly functioning :?...if need I can post the source.

However...great thanks for this great tool !!!  :D
Lollo