Re: My Top 3 Delphi wishes



I think this could be achieved easily if

1) You could set a conditional defines at project group level which would
get added to the conditional defines at project level
2) You could specify compiler directives in the project source for all units
like so

{$IFEF DEBUG}
{$DEBUG on}
etc
{$ENDIF}


.