Re: Programming Style: Method Definition with or without a semicolon.
Re: Programming Style: Method Definition with or without a semicolon.
- Subject: Re: Programming Style: Method Definition with or without a semicolon.
- From: Alexander Spohr <email@hidden>
- Date: Mon, 19 Oct 2009 07:58:11 +0200
Am 18.10.2009 um 04:35 schrieb Ken Thomases:
For controlling code completion, search for
"XCCodeSenseFormattingOptions" on this page: http://developer.apple.com/mac/library/documentation/DeveloperTools/Reference/XcodeUserDefaultRef/100-Xcode_User_Defaults/UserDefaultRef.html
Thank you Ken, that did help :)
Any suggestion how to jump from one method parameter prototype to the
next to replace them one after the other? Eclipse does that with tab.
For completeness:
You can disable the insertion of closing parenthesis under Preferences/
Indentation.
But this works only if you type { yourself. The templates are always
inserting }.
atze
_______________________________________________
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