Hi, Say I have unit.pp with interface. Then unit.inc where implementation is. If I add some method to some class in unit.pp and then use Ctrl+Shift+C, where Lazarus adds the skeleton for implementation? Do I need to add implementation manually into unit.inc?