Tabbing to Placeholders
Tabbing to Placeholders
- Subject: Tabbing to Placeholders
- From: Greg Deward <email@hidden>
- Date: Fri, 21 Nov 2008 09:50:12 -0500
Good morning!
This may be more of an XCode question, however the XCode list appears
to be for people who are developing for or extending XCode. Sorry if
this isn't a good place to post this.
While going through Aaron's Cocoa book, I'm using the code assist
feature of XCode a lot. Is it possible to tab or jump to the next
placeholder in the selector? For example:
[tableView editColumn:0 row:<#(NSInteger)row#> withEvent:<#(NSEvent
*)theEvent#> select:<#(BOOL)select#>]
In the snippet above, I just finished typing "0" for editColumn. I
would love to be able to jump to the variable for "row".
Unfortunately, hitting "tab" just inserts an actual tab.
Thanks, in advance.
-- Greg
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden