adjusting whitespace in code completion?
adjusting whitespace in code completion?
- Subject: adjusting whitespace in code completion?
- From: Jim Correia <email@hidden>
- Date: Fri, 19 Dec 2003 22:46:24 -0500
When Xcode completes objective C methods it inserts them like so:
[NSString stringWithFormat:<#(NSString *)format#>]
I'd prefer a space between the : and the argument like this
[NSString stringWithFormat: <#(NSString *)format#>]
Likewise, when it inserts a completed C call it does:
CreateNewMenu(<#MenuID inMenuID#>,<#MenuAttributes
inMenuAttributes#>,<#MenuRef * outMenuRef#>)
I'd like it to insert a space after each comma so I don't have to type
them.
Is it possible to configure Xcode to do this? (Or should I file an
enhancement request?)
Thanks,
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.