[Lazarus] New compiler options page "Additions and Overrides"
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Jun 8 13:04:36 CEST 2013
On Sat, 08 Jun 2013 12:55:00 +0200
Sven Barth <pascaldragon at googlemail.com> wrote:
> On 08.06.2013 11:45, Mattias Gaertner wrote:
> >> For example, I never understood why there is no support for
> >> managing "defines" in the IDE, so I must resort to using that.
> >
> > How would you manage "defines"?
>
> Maybe similar to how Delphi does it and how the path entries work:
> semicolon seperated entries.
Why is a semicolon separated list like
EnableThis;EnableThat;DebugThis
better then
-dEnableThis -dEnableThat -dDebugThis
?
> Maybe with the possibility to edit them through a list box based dialog as well.
A list with checkboxes could be useful.
Mattias
More information about the Lazarus
mailing list