• 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
Re: First posting: question re autofill
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: First posting: question re autofill (of argument placeholders)
      • From: Sandy Santra <email@hidden>
References: 
 >First posting: question re autofill (From: Sandy Santra <email@hidden>)

  • Prev by Date: Fwd: Pre-build & Post-build phases
  • Next by Date: Export headers with static library on build?
  • Previous by thread: First posting: question re autofill
  • Next by thread: Re: First posting: question re autofill (of argument placeholders)
  • Index(es):
    • Date
    • Thread