FYI.
I have not upgraded to v1.67 yet.
This line gets rendered in the yellow color of a compiler directive:
#define bump() if ( GetTickCount()>last+1000 ) {
last=GetTickCount(); putchar('.'); }
However this line:
#define bump() if ( GetTickCount()>last+1000 ) { /* Sleep(0); */
last=GetTickCount(); putchar('.'); }
gets rendered in the proper color until it hits the comment at which
points it renders in the comment green color.
The bug is that when the comment rendering completes it renders the
remaining text in the default color, black, not the directive colour.
April
--
Behind every successful man is a surprised woman.
-- Maryon Pearson
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest