Green text C++ compiler?

Im looking for a c++ compiler with green text as you type the code out? Its a strange reason. and ive tried google. Anybody know?

Thanks in advance
In 'Code::Blocks' you can go to Settings > Editor... and select the font option at the top under general settings... You can change the colour there as well as the font and style.

EDIT: The only thing is there are certain parts of the code that automatically change colour, and the includes are normally green. Whether this will change also, i do not know.
Last edited on
I selected the color but it doesnt seem to apply the setting. I click green then ok but when i open the font settings back up it returns to black.
You may have to do it with no projects open, then create a new one. I am not sure though as I have not changed it myself, i just know the feature is there to allow it. If all else fails maybe they have a manual or some sort of guide on their website.

Sorry i cannot help much further...
Good luck.
You need to set the color/font of each type of word (keywords, predecessor directives, literals, etc) individually in Code::Blocks. This is done in the syntax highlighting section of Settings -> Editor.
Last edited on
Thanks guys!
Topic archived. No new replies allowed.