• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
adjusting whitespace in code completion?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: adjusting whitespace in code completion?
      • From: Scott Tooker <email@hidden>
  • Prev by Date: Re: cvs/ssh
  • Next by Date: Re: Slow Xcode UI
  • Previous by thread: Re: Dependency analysis
  • Next by thread: Re: adjusting whitespace in code completion?
  • Index(es):
    • Date
    • Thread