Hmm, actually, I can't duplicate your problem. When I enter your code into Xcode, it gives me this:
OSErr FSrObjectExists( const FSRef &parentRef, const UniString &uniStr, bool *existsBP, FSRef *returnRefP0)
I have the "Syntax-aware indenting" setting enabled, but otherwise no other non-default settings. I'm using Xcode 3.1. Russ
On Jul 23, 2008, at 3:20 PM, David M. Cotter wrote: i have, there is no way to shut it off without shutting everything else off On Jul 23, 2008, at 2:55 PM, R.L. Grigg wrote: Have you looked at Xcode Preferences, specifically the Indentation panel?
Russ
On Jul 23, 2008, at 2:34 PM, David M. Cotter wrote: i always get this:
OSErr FSrObjectExists( const FSRef &parentRef, const UniString &uniStr, bool *existsBP, FSRef *returnRefP0)
which i dislike to no end.
i want it like this:
OSErr FSrObjectExists( const FSRef &parentRef, const UniString &uniStr, bool *existsBP, FSRef *returnRefP0)
is there a way to shut it off??
|