Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Oulaxer11 on February 01, 2008, 04:54:01 pm

Title: Why does Code::Blocks not return value of #define while hovering
Post by: Oulaxer11 on February 01, 2008, 04:54:01 pm
My teachers always told me there are no such things as stupid questions... however, I think this may be one of them  -


I have

Code
#define GUC_NUM_CONTI_MTC_CHARS     ((unsigned char)    10)
unsigned char UC_mfgDateAndSerialNum[GUC_NUM_CONTI_MTC_CHARS];

Why, when in the code, I click on GUC_NUM_CONTI_MTC_CHARS doesn't the value (10) not get displayed? 

Thanks :)
Title: Re: Why does Code::Blocks not return value of #define while hovering
Post by: Biplab on February 02, 2008, 06:27:06 am
Code Completion plugin doesn't have a good pre-processor parser. Thus C::B doesn't offer such help.