Author Topic: Distinguishing the color of keywords and type ?  (Read 2934 times)

Offline uLtRaLoVeR

  • Multiple posting newcomer
  • *
  • Posts: 10
Distinguishing the color of keywords and type ?
« 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?

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Distinguishing the color of keywords and type ?
« Reply #1 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.

Offline uLtRaLoVeR

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Distinguishing the color of keywords and type ?
« Reply #2 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