Author Topic: Color of defined items [FEATURE REQUEST]  (Read 2926 times)

Offline Elena

  • Multiple posting newcomer
  • *
  • Posts: 49
Color of defined items [FEATURE REQUEST]
« 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.