Code completion errror

Creating a custom UITableCell, and typing Constructor, this is what pops up:


(should be initwith…)
Latest Fire build.

What do people have with always cropping screenshots to show as little context as possible? :wink:

is this for a .ctor definition, or an inherited .ctor call? Can I get a full testcase?

Sorry, thought it was enough…

type
[IBObject]
someLovelyCell = public class(UITableViewCell)
private
protected
public
[IBOutlet] property titleLabel:UILabel;
[IBOutlet] property detailLabel:UILabel;
constructor
end;

Thanx, repros and logged as 83615.