[Lazarus] New compiler options page "Additions and Overrides"

Sven Barth pascaldragon at googlemail.com
Sat Jun 8 13:26:05 CEST 2013


On 08.06.2013 13:04, Mattias Gaertner wrote:
> 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

Why is

./paththis;./paththat;./pickthis

better then

-Fu./paththis -Fu./paththat -Fu./pickthis

?

>> Maybe with the possibility to edit them through a list box based dialog as well.
>
> A list with checkboxes could be useful.

Maybe, but one should be able to add additional ones as well.

Regards,
Sven




More information about the Lazarus mailing list