• 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
Possibility to change preferences for auto-[]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possibility to change preferences for auto-[]


  • Subject: Possibility to change preferences for auto-[]
  • From: Christian Voigt <email@hidden>
  • Date: Thu, 3 Feb 2011 16:42:25 +0100
  • Organization: ctvoigt

Hi,

speacking about the following line of code:
[[NSBundle mainBundle] pathForResource:@"contacts" ofType:@"db"]

I start typing:
NSBundle mainBundle

then ] and XCode generates the corresponding [   -->
[NSBundle mainBundle]

**that's fine**

then I type:
pathForResource:@"contacts" ofType:@"db"

and XCode generates after inserting ] this [ one on wron position!!:
[NSBundle mainBundle] pathForResource:[@"contacts" ofType:@"db"]


...
** :-( **

of course it should look like this:
[[NSBundle mainBundle] pathForResource:@"contacts" ofType:@"db"]


Is there a possibility to change the behavior?

feel free to change the topic - i'm tired. sry.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Possibility to change preferences for auto-[]
      • From: Christiaan Hofman <email@hidden>
  • Prev by Date: Re: debugging EXC_BAD_ACCESS
  • Next by Date: Re: Possibility to change preferences for auto-[]
  • Previous by thread: Re: Security.framework
  • Next by thread: Re: Possibility to change preferences for auto-[]
  • Index(es):
    • Date
    • Thread