quote:
Originally posted by support
We try your white/black combo for text. No problem for us.
Do you mind pressing "Use defaults" in Tools|Options|Environment|Fonts and Colors? It causes the IDE to set a slew of internal color settings.
Redo you custom settings.
I've done that before with no difference in behavior once I restore my original color settings.
My turn for questions...
Have you confirmed that it works fine with this code:
#define SOFTWARE_DATA_VERSION_MAJOR (1)
#define SOFTWARE_DATA_VERSION_MINOR (1)
#define THIS_ISATEST_TOBESURE
#define THIS_ISATEST_TOO (1)
#define thiscontains234numbers 1021
#define THIS_CONTAINS34NUMBERS 1023
#define __TESTSYMBOL (1)
#define __TESTSYMBOL2(a,b) (a == b)
#define __TESTSYMBOL3
#define __TEST_SYMBOL (1)
#define __TEST_SYMBOL2(a,b) (a == b)
#define __TESTSYMBOL (1)
#define __TESTSYMBOL2(a,b) (a == b)
#define __TESTSYMBOL3
#define TEST_SYMBOL_2
#define TEST_SYMBOL_2_TEST
#define _TEST_SYMBOL_2_
struct testNumbers {
bool thisis1;
bool thisis2;
bool thisis33333;
bool lookattheorangenumbers22222;
};
#define CLASSES_STRUCTS_TYPEDEFS RGB(255, 192, 203)
#define VARIABLES RGB(255,215,0)
#define PREPROCESSORMACROS RGB(255,0,255)
#define METHODS RGB(255,255,0)
Also, have you tested it using the following settings?
#FFC000 - classes, structs, typedefs
"Yellow" - Variables
Fuchsia - Preprocessor Macros
#FFC0C0 - Methods
If you can tell me which file contains the settings for the environment, I'll pull that for you too.