Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Elena on March 10, 2021, 02:01:36 am

Title: Color of defined items [FEATURE REQUEST]
Post by: Elena on March 10, 2021, 02:01:36 am
Hi, I was used to Visual Studio, where #defined items had a special color, not simply black.
Eg.
#define PI 3.141593653589

float x = y*PI
               
PI always got a special color, while CB displays the whole #define line with a special color (default is green) but the referenced PI below is default color (defaults to black). I would like that #defined items always got a special color, to better detect them thru the source. Thanks for your attention.