T O P I C R E V I E W |
mmb |
Posted - Jul 05 2006 : 07:37:32 AM Although this is an old problem I havn't found it's report here, so...
For some versions, coloring did not work right if ViewWhitespace is enabled in VC6 (at least in a german version. But I'm sure it happens on a english one either). VC2005 seems to work. |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jul 07 2007 : 12:39:36 AM case=498 is fixed in Build 1559 |
feline |
Posted - Jul 06 2006 : 6:39:40 PM i can reproduce this in a English VC6. it turns out this was reported once before
case=498 |
support |
Posted - Jul 06 2006 : 11:24:13 AM
|
mmb |
Posted - Jul 06 2006 : 07:09:42 AM Try this:
static int func(const void *p1, const void *p2) { return p1 != p2; }
On my machine p1 (inside the function) is "not colored" if I enable ViewWhitespace.
Moreover, check this:
struct x { int y; struct x * l; };
int test() { struct x z; }
If ViewWhitespace is enabled, x (inside the function and inside the struct) is not colored. z is in both cases colored as type which is also wrong... If ViewWhitespace is disabled, x in the type declaration looks different that the x inside the function ...
Setup is 1528 + german VC6.
|
jpizzi |
Posted - Jul 05 2006 : 10:46:09 PM I just tried it with VC6 and VA 1528. It seems to work. Is there a specific coloring that disappears, or all of it? |