User forums > Using Code::Blocks
Don't understand the "Multiples matches" of "Find declaration"
zabzonk:
--- Quote ---I meant that in my utilization of a typedef just to not having to write the struct keyword everywhere, the pop-up window is totally useless and annoying.
--- End quote ---
Maybe so, but it's expecting a bit too much for C::B to know that. For example, if your code was:
--- Code: ---struct Thing {
int val;
};
// 1000 lines of code here
typedef struct Thing Thing;
--- End code ---
then presumably you would want to have both names available.
Navigation
[0] Message Index
[*] Previous page
Go to full version