On Fri, Mar 20, 2015 at 10:02 AM, Graeme Geldenhuys <[email protected]> wrote: > Why are there two Conditional Defines dialogs in Lazarus IDE? > > ide/condef.pas > ide/CustomDefines.pas
They have different purpose and usage. Unit condef implements the Source -> Enclose in $IFDEF feature. Unit CustomDefines helps the user to manage a list of defines to be passed to compiler. You can open it in Project Options -> Compiler Options -> Other -> Defines ... It is a front-end to Custom options memo, but it keeps a list of unselected defines, too. Maybe the unit CustomDefines should be renamed to something else, there are properties named CustomDefines. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
