[SVN] r8231 (Objective-C)

Ciarán Walsh ciawal at gmail.com
Sat Sep 29 11:10:37 UTC 2007


Changed the output format to:

NSLog(@"[%@ outlineView:%@ objectValueForTableColumn:%@ byItem:%@]", [self class], outlineView, tableColumn, item);

__PRETTY_FUNCTION__ and _cmd don’t really make sense in this situation since all that data is being printed, and using [self class] makes it read like a method call.

Changed:
U   branches/WIP/Bundles/Objective-C.tmbundle/Commands/Insert NSLog() for current method.tmCommand



More information about the textmate-dev mailing list