[SVN] r2615 (Objective-C)

Chris Thomas chris at cjack.com
Sat Jan 28 04:42:26 UTC 2006


Syntax addition:
• Add NSNotFound, NSOrdered{Ascending,Descending,Same} constants. They're not in the optimized block -- the collection script filters these out because they're each declared on a single line. I don't see an easy way to fix it, but I'm not an awk expert.

Snippets conform better to Apple's example code:
• Remove space between * and variable names
• Remove space between return type and method selector

Changed:
U   trunk/Bundles/Objective-C.tmbundle/Snippets/020 Class (objc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/030 NSArray (array).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/040 NSDictionary (dict).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/050 Method (m).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/060 SubMethod (sm).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/080 for NSArray loop (forarray).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/090 Object Accessors (objacc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Class Method (M).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Class Method Interface (M).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Delegate Accessors (delacc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Delegate Accessors Interface (delacc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/IBOutlet (ibo).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/LoD array (arracc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/LoD array interface (arracc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Method Interface (m).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/NSBezierPath (bez).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Object Accessors Interface (objacc).plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/Responds to Selector.plist
U   trunk/Bundles/Objective-C.tmbundle/Snippets/String Accessors (stracc).plist
U   trunk/Bundles/Objective-C.tmbundle/Syntaxes/Objective-C.plist



More information about the textmate-dev mailing list