Closed
Description
When in options :
- Editor -> General -> Line Difference Coloring -> "View line differences" and "Word-level" are set,
- Colors -> Differences -> "Word Difference" and "Selected Word diff" : Text color is ENABLED and set to some unexpected color
- Colors -> Differences -> All options from "Difference" to "Same as the Next (Selected)" : Text color is DISABLED
Then:
- Colors -> Differences -> Word Difference : Text color is not used in a difference.
Diff to test:
- unsigned char * f(unsigned char *) PROC ; f, COMDAT
- unsigned char * g(unsigned char *) PROC ; g, COMDAT
Expected result:
The text color of f
and g
should have the "unexpected" color from the settings above.