News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Color of defined items [FEATURE REQUEST]

Started by Elena, March 10, 2021, 02:01:36 AM

Previous topic - Next topic

Elena

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.