Adding a menu item to install the CLI tool.

This commit is contained in:
Ciarán Walsh
2008-08-18 18:44:08 +01:00
parent 7813dbfe54
commit 3773a739b7
3 changed files with 654 additions and 668 deletions
+2
View File
@@ -27,6 +27,8 @@
- (NSManagedObjectModel *)managedObjectModel;
- (NSManagedObjectContext *)managedObjectContext;
- (IBAction)installCliTool:(id)sender;
- (IBAction)saveAction:sender;
- (IBAction)switchBranch:sender;
@end
+5
View File
@@ -55,6 +55,11 @@
[firstResponder terminate: sender];
}
- (IBAction)installCliTool:(id)sender;
{
NSLog(@"[%@ installCliTool:%@]", [self class], sender);
}
- (IBAction) switchBranch: sender
{
[[NSAlert alertWithMessageText:@"Not Supported" defaultButton:nil alternateButton:nil otherButton:nil informativeTextWithFormat:@"Sorry, switching branches is not supported yet"] runModal];
+647 -668
View File
File diff suppressed because it is too large Load Diff