Re: [Lazarus] New feature: Auto complete class interfaces methods

2014-06-25 Thread Torsten Bonde Christiansen
On 2014-06-21 18:16, Mattias Gaertner wrote: The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. Great - thanks. I guess this solves my feature request: http://bugs.freepascal.org/view.php?id=21239 Regards, Torsten. --

[Lazarus] New feature: Auto complete class interfaces methods

2014-06-21 Thread Mattias Gaertner
Hi, The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. For example: Add an interface like IUnknown to a class and position the source editor caret within the class. Then in the IDE menu: Source / Refactoring / Abstract Methods The appearing dialog will show the missing

Re: [Lazarus] New feature: Auto complete class interfaces methods

2014-06-21 Thread Marcos Douglas
On Sat, Jun 21, 2014 at 1:16 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Hi, The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. For example: Add an interface like IUnknown to a class and position the source editor caret within the class. Then in the IDE