Bug #18276 2011-07-26 08:55

gudvin

Incorrect identification of names of structures,enums,etc.

When I began to actively use the browser of symbols in this IDE, I noticed:

If the structure or enum is defined in such a way:

typedef struct

{

// struct items

} STRUCT_NAME;

In symbols browser it will be called __UnnamedStruct#, where # - number.

But it is inconvenient, because it is difficult to navigate for the structures without a title. And some editors and IDEs, like geany, determine the structure name in the structures of this type.

Can you do acquire a name in such structures?

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to