• 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
CFArrayCreateMutable template problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CFArrayCreateMutable template problems


  • Subject: CFArrayCreateMutable template problems
  • From: "Allen Curtis" <email@hidden>
  • Date: Fri, 29 Aug 2008 16:03:48 -0700

Hello,

I have had several problems with this particular template.

Problem 1:
When you start writing this function the following template appears.

  CFArrayCreate(<#CFAllocatorRef allocator#>, <#const void ** values#>, <#CFIndex numValues#>, <#const CFArrayCallBacks * callBacks#>)

If you press tab or enter it goes directly to the first parameter. It does not stop after the Create to allow you to type Mutable.

Problem 2:
When you backup type append "Mutable", the correct function prototype shows in front of the previous prototype so you get something like:

  CFArrayCreateMu(<#CFAllocatorRef allocator#>, <#const void ** values#>, <#CFIndex numValues#>, <#const CFArrayCallBacks * callBacks#>)(<#CFAllocatorRef allocator#>, <#const void ** values#>, <#CFIndex numValues#>, <#const CFArrayCallBacks * callBacks#>)

When you press tab or enter, the correct template is erased leaving you with the incorrect template.

- Allen

 _______________________________________________
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

  • Prev by Date: Re: Bookmarks pop-up - current file only?
  • Next by Date: RE: Bookmarks pop-up - current file only?
  • Previous by thread: Unit Testing configuration errors, part III (SUCCESS)
  • Next by thread: gcc defines missing?
  • Index(es):
    • Date
    • Thread