Graeme Geldenhuys schrieb:

Is there a function in the IDE to delete the implementation of a
method when the Interface signature is removed? Almost like class
completion, but in reverse?

A very dangerous feature. When the tool cannot match properly declaration and implementation header/signature, much code can be destroyed.

I'd agree with a refactoring feature, to delete both interface and implementation of a selected method. That feature could safely do nothing in case of a mismatch.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to