CFArrayCreateMutable template problems
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