Re: First posting: question re autofill
Re: First posting: question re autofill
- Subject: Re: First posting: question re autofill
- From: Keary Suska <email@hidden>
- Date: Tue, 24 Mar 2009 17:30:36 -0600
On Mar 24, 2009, at 11:35 AM, Sandy Santra wrote:
Hi, Xcoders, thanks for taking the time to look at this my first
post here. I'm a newbie at Xcode, so I have very simple questions,
but any help from you will be huge, since learning curve is hardest
at the beginning.
Does anyone know about this feature Xcode 3 has where it puts a blue
balloon around things like "float theRadius" so that it's one piece
of code you can easily click on and delete?
I don't know what the official name for this feature is, or how to
disable it, but I need to find out, because these things are
breaking my code. They result in tons of errors, usually starting
with "error: syntax error at "#" token".
It sounds like you are leaving auto-completed argument placeholders
intact. You are supposed to replace these with real values. If you
leave them unchanged, you will get syntax errors. This should only
happen for arguments. You can turn off argument placeholder insertion
in preferences under "code sense". You can still have autocompletion
for methods and identifiers with this off.
HTH,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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