• 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
Macro definitions for custom file templates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Macro definitions for custom file templates


  • Subject: Macro definitions for custom file templates
  • From: Jeremy Dronfield <email@hidden>
  • Date: Wed, 13 Apr 2005 11:57:29 +0100

What I really miss in Xcode's file templates is a template for creating categories. Are there any macros which can be used for this? So that I can get the template to produce a file with the correct category pattern. For example, given a category on NSString with the filename "NSString+MyExtensions", it should come out as:

//NSString+MyExtensions.h

#import <Foundation/NSString.h>

@interface NSString (MyExtensions)

@end


//NSString+MyExtensions.m

#import "NSString+MyExtensions.h"

@implementation NSString (MyExtensions)

@end

The only macros I can see are "FILEBASENAME" and "FILEBASENAMEASIDENTIFIER", both of which use the full filename. Do any others exist, for getting the pre- and post-"+" parts of the filename?

Regards,

-Jeremy

_______________________________________________
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: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
  • Next by Date: Re: cvs/ssh
  • Previous by thread: Re: Xcode debugger weird Interrupts (Modified by Marc Van Olmen)
  • Next by thread: Re: cvs/ssh
  • Index(es):
    • Date
    • Thread