Author Topic: Probable autocomplete bug on "struct"  (Read 2694 times)

Offline lollobrigido

  • Single posting newcomer
  • *
  • Posts: 5
Probable autocomplete bug on "struct"
« 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