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

Distinguishing the color of keywords and type ?

Started by uLtRaLoVeR, December 01, 2012, 02:48:02 PM

Previous topic - Next topic

uLtRaLoVeR

I have created an editor color theme. However, i want orange keywords and cyan type words.

what i mean by type words is int,float,double...
                          keywords is for,while,if...

How can i do that?

Alpha

What version of Code::Blocks are you using?
If you have a recent trunk build/nightly/RC, you could, for example, move the keywords (for, while, if,...) from keyword set 1 to keyword set 4.  Keyword set 4 corresponds to the "Global classes and typedefs" style.

uLtRaLoVeR

Quote from: Alpha on December 01, 2012, 04:36:24 PM
What version of Code::Blocks are you using?
If you have a recent trunk build/nightly/RC, you could, for example, move the keywords (for, while, if,...) from keyword set 1 to keyword set 4.  Keyword set 4 corresponds to the "Global classes and typedefs" style.

v10.05
but i couldn't understand you