[Lazarus] Feature Request: Override/Implement methods
Martin Frb
lazarus at mfriebe.de
Thu Oct 8 01:36:23 CEST 2020
On 08/10/2020 01:16, Graeme Geldenhuys via lazarus wrote:
> Hi,
>
> I've pulled the latest Lazarus code and went through all the menu items
> I could find but could see what I was looking for. Does Lazarus have
> a feature eg: (Editor -> Source [popup menu] -> Override/Implement Methods)
> so the IDE could stub out say missing methods from a Interface I listed
> in the class definition, or allow to override methods from parent classes?
>
AFAIK Closest we have is; Refactor > Abstract Methods.
Lists abstracts methods that are not overriden in this or parent class
(i.e that would still be abstract in this class)
More information about the lazarus
mailing list