Code colours
Posted: Tue Jun 30, 2015 1:25 pm
Is there a list of code colouring or tips on colouring.
I define the variable below but tempbits is not added to the auto complete or is coloured like the other variables.
bitset <8> tempBits;
I also noticed that if I declare variables like
int a=0,b=1;
that b wont b highlighted.
I define the variable below but tempbits is not added to the auto complete or is coloured like the other variables.
bitset <8> tempBits;
I also noticed that if I declare variables like
int a=0,b=1;
that b wont b highlighted.