Added a command to paste a copied interface into a @selector(…), bound to ⌃⇧V to match the paste interface/implementation command.
E.g. with “- (BOOL)doSomethingWith:(NSString*)something andWith:(id)somethingElse;” on the clipboard, pasting with ⌃⇧V into a @selector(…) will result in @selector(doSomethingWith:andWith:) Changed: A trunk/Bundles/Objective-C.tmbundle/Commands/Paste selector.tmCommand U trunk/Bundles/Objective-C.tmbundle/info.plist _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
