Bug #11598 2007-07-20 23:54

rickg22

classes after namespace{...} ignored

C++ accepts as valid namespaces which do not end in ";", but Code Completion ignores any classes that appear after such declarations.

For example, in the wxSmith project, there's

namespace

{

int ConfigureId = wxNewId();

// more icon stuff here

}

wxSmith* wxSmith::m_Singleton = 0;

---

In the symbols tab, the wxSmith class doesn't appear, but if we add the ; after the closing } in the namespace, the class appears alright.

Please fix this ASAP!!! :(

Thank you :)

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-10-16 01:31
Assigned to
loaden
loaden 2010-10-16 01:31

This bug has been already fixed in HEAD.

Thank you.