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)
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to