mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Adding a menu item to install the CLI tool.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
- (NSManagedObjectModel *)managedObjectModel;
|
||||
- (NSManagedObjectContext *)managedObjectContext;
|
||||
|
||||
- (IBAction)installCliTool:(id)sender;
|
||||
|
||||
- (IBAction)saveAction:sender;
|
||||
- (IBAction)switchBranch:sender;
|
||||
@end
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user