Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where did the script menu go in Xcode 4?

Tags:

xcode4

I always love the script menu from Xcode and the ability to automatically generate accessor methods definition und declaration. But it looks like in Xcode4 there is no such thing anymore. I know I can use properties but sometimes accessor methods are still needed. Any other way to create them automatically?

like image 494
TalkingCode Avatar asked Jul 27 '10 20:07

TalkingCode


1 Answers

Xcode 4 now has "Behaviors", under the "Xcode" menu. You can create custom behaviors here, which can be used to execute scripts (among other things).

Screenshot of Behaviors panel

Screenshot of Behaviors menu

like image 76
smokris Avatar answered Oct 16 '22 08:10

smokris