Hello,
For example:
{$DEFINE CODE_OFF}
{$IFDEF CODE_ON}
SomeCode := Blabla; // this code should be gray.
{$ENDIF}
This makes it easy to spot which code paths are active and which are
disabled by ifdefs.
Visual Studio 2008 has the same feature.
Very nice feature !
Must have it in Delphi ! ;)
Bye,
Skybuck =D