Multiple property synthesis bug?
Given something like below:
@interface FooViewController : UIViewController
{
}
@property (nonatomic, retain) IBOutlet UIImageView *picture;
@property (nonatomic, retain) IBOutlet UIImageView *otherPicture;
@property (nonatomic, retain) IBOutlet UILabel *showTitle;
@end
I select all 3 properties, right click->Generate-> systhesize/ivars->select 3 properties listed above in the popup dialog
Nothing happens.
However, if i click in one of the properties and then click on the little lightbulb that appears and choose synthesize, it does exactly what i want. (but naturally, only one at a time)
Shouldn't the first flow listed above work? Am I missing something?
Please sign in to leave a comment.
Can't reproduce this. Could you please send us the sample project?
Please create the issue in the tracker (http://youtrack.jetbrains.net/issues/OC) for this bug and all other bugs/requests.
Thank you.