[Lazarus] class completion now updates multiple implementation signatures
michael.vancanneyt at wisa.be
michael.vancanneyt at wisa.be
Thu Jan 26 09:13:29 CET 2012
On Thu, 26 Jan 2012, Sven Barth wrote:
> Am 25.01.2012 20:26 schrieb "Mattias Gaertner" <nc-gaertnma at netcologne.de>:
>>
>> Hi all,
>>
>> I improved class completion to update multiple method
>> signatures.
>>
>> For example:
>>
>> type
>> TMyClass = class
>> public
>> procedure DoIt(a: integer); // parameter added
>> procedure HandleIt(s: string); // parameter changed
>> end;
>>
>> When working with overloads (methods with same name but different
>> parameter types) you have to change one signature at a time. Same as
>> before.
>
> Finally! Thank you! :D
Usually I work the other way round:
I add parameters in the implementation while coding the routine.
Will that work too ?
Michael.
More information about the Lazarus
mailing list