Possibility to change preferences for auto-[]
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