Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: GravityWell on December 15, 2012, 05:12:12 am

Title: Some color changes
Post by: GravityWell on December 15, 2012, 05:12:12 am
Hi, a couple of color changes I can't seem to figure out how to do:

1) Entries in the watches window is bright emergency red, can't figure out how to change it? Is it possible?
2) Syntax Highlighting -> Keywords - there are 9 groups, but I can't see any way that they correspond to any colors, except apparently by chance group 4 = Global Classes and typedefs. Is there any way to set colors for any of these groups?
Title: Re: Some color changes
Post by: oBFusCATed on December 15, 2012, 09:42:09 am
1) Entries in the watches window is bright emergency red, can't figure out how to change it? Is it possible?
No, it is hardcoded...
Title: Re: Some color changes
Post by: Alpha on December 15, 2012, 04:34:13 pm
2) Syntax Highlighting -> Keywords - there are 9 groups, but I can't see any way that they correspond to any colors, except apparently by chance group 4 = Global Classes and typedefs. Is there any way to set colors for any of these groups?
For C/C++:
1 == Keyword
2 == User keyword
3 == Documentation comment keywords
4 == Global classes and typedefs
5 == Preprocessor definitions

Sets 1, 2, and 4 are probably the only ones you want to deal with.