Author Topic: Some color changes  (Read 4465 times)

Offline GravityWell

  • Multiple posting newcomer
  • *
  • Posts: 18
Some color changes
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Some color changes
« Reply #1 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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Some color changes
« Reply #2 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.