Re: [fpc-pascal] Initial support for Custom Attributes

2019-07-13 Thread Graeme Geldenhuys
On 12/07/2019 11:09 pm, Sven Barth via fpc-pascal wrote: > type >   TMyAttribute = class(TCustomAttribute) >     constructor Create; >     constructor Create(aArg: String); >     constructor Create(aArg: TGUID); >     constructor Create(aArg: LongInt); >   end; > >   {$M+} >   [TMyAttribut

Re: [fpc-pascal] Initial support for Custom Attributes

2019-07-13 Thread Graeme Geldenhuys
On 12/07/2019 11:09 pm, Sven Barth via fpc-pascal wrote: > Today FPC has finally gained initial support for Custom Attributes. The > work had initially been done by Joost van der Sluis almost 6 years ago > and Svetozar Belic had adjusted the code for trunk. Fantastic to hear that news! Well do

Re: [fpc-pascal] Initial support for Custom Attributes

2019-07-13 Thread Dmitry Boyarintsev
On Fri, Jul 12, 2019 at 6:10 PM Sven Barth via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > The wiki pages New Features Trunk and User Changes Trunk will be updated > soon with the new information. > Here's a stand-alone page too https://wiki.freepascal.org/Custom_Attributes ___

Re: [fpc-pascal] Initial support for Custom Attributes

2019-07-13 Thread Dennis
Sven Barth via fpc-pascal wrote: Hello together! Today FPC has finally gained initial support for Custom Attributes. The work had initially been done by Joost van der Sluis almost 6 years ago and Svetozar Belic had adjusted the code for trunk. So thank you both for that work even if it took

[fpc-pascal] Initial support for Custom Attributes

2019-07-12 Thread Sven Barth via fpc-pascal
Hello together! Today FPC has finally gained initial support for Custom Attributes. The work had initially been done by Joost van der Sluis almost 6 years ago and Svetozar Belic had adjusted the code for trunk. So thank you both for that work even if it took quite some time until it was finall