News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

feature request highlight pointers

Started by shadow skill, December 30, 2006, 05:09:04 AM

Previous topic - Next topic

shadow skill

I would like it if Code::Blocks was able to highlight variables designated as pointers in c++ in particular.  In Emacs for example *pointer is set to magenta I can clearly see because of the colour difference that I have typed *pointercorrectly.  With Code::Blocks this does not seem to be possible and I tend to end up not catching ^pointer until I try to run the program I am writing and even then it is not always apparent.