// // P4ServersArrayController.m // MBMenuExtra // // Created by Michael Bishop on 12/12/09. // Copyright 2009 Perforce Software. All rights reserved. // #import "P4ServersArrayController.h" @implementation P4ServersArrayController -(IBAction)add:(id)sender { [super add:sender]; [[_serverNameTextField window] performSelector:@selector(makeFirstResponder:) withObject:_serverNameTextField afterDelay:0.0]; // [[_serverNameTextField window] makeFirstResponder:_serverNameTextField]; } @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |