[SVN] r2974 (Objective-C)

Chris Thomas chris at cjack.com
Sun Apr 9 03:29:00 UTC 2006


Add Format Method Signature command. Given selected text (or line):

- (NSDragOperation)outlineView:(NSOutlineView *)outlineView validateDrop:(id <NSDraggingInfo>)info proposedItem:(id)item proposedChildIndex:(int)index

Align the subsequent colons to the position of the first colon:

- (NSDragOperation)outlineView:(NSOutlineView *)outlineView
                  validateDrop:(id <NSDraggingInfo>)info
                  proposedItem:(id)item
            proposedChildIndex:(int)index

Changed:
A   trunk/Bundles/Objective-C.tmbundle/Commands/Format Method Signature.plist
U   trunk/Bundles/Objective-C.tmbundle/info.plist



More information about the textmate-dev mailing list