Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: uLtRaLoVeR on December 01, 2012, 02:48:02 pm

Title: Distinguishing the color of keywords and type ?
Post by: uLtRaLoVeR on December 01, 2012, 02:48:02 pm
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?
Title: Re: Distinguishing the color of keywords and type ?
Post by: 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.
Title: Re: Distinguishing the color of keywords and type ?
Post by: uLtRaLoVeR on December 01, 2012, 04:58:16 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