Renamed newVimWindow: action to newWindow:

git-svn-id: http://macvim.googlecode.com/svn/trunk@240 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-09-18 14:09:38 +00:00
parent 97a9ddf810
commit f4f647e20e
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<string></string>
<key>miniaturizeAll:</key>
<string></string>
<key>newVimWindow:</key>
<key>newWindow:</key>
<string></string>
<key>orderFrontCharacterPalette:</key>
<string></string>
+1 -1
View File
@@ -13,7 +13,7 @@
SUPERCLASS = NSObject;
},
{
ACTIONS = {newVimWindow = id; };
ACTIONS = {newWindow = id; selectNextWindow = id; selectPreviousWindow = id; };
CLASS = MMAppController;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
Binary file not shown.
+1 -1
View File
@@ -22,7 +22,7 @@
- (void)removeVimController:(id)controller;
- (void)windowControllerWillOpen:(MMWindowController *)windowController;
- (IBAction)newVimWindow:(id)sender;
- (IBAction)newWindow:(id)sender;
- (IBAction)selectNextWindow:(id)sender;
- (IBAction)selectPreviousWindow:(id)sender;
+3 -3
View File
@@ -124,7 +124,7 @@ static NSTimeInterval MMTerminateTimeout = 3;
{
//NSLog(@"%s NSapp=%@ theApp=%@", _cmd, NSApp, sender);
[self newVimWindow:self];
[self newWindow:self];
return YES;
}
@@ -347,7 +347,7 @@ static NSTimeInterval MMTerminateTimeout = 3;
}
}
- (IBAction)newVimWindow:(id)sender
- (IBAction)newWindow:(id)sender
{
NSMutableArray *args = [NSMutableArray arrayWithObject:@"-g"];
NSString *path = [[NSBundle mainBundle]
@@ -477,7 +477,7 @@ static NSTimeInterval MMTerminateTimeout = 3;
if (openSelectionString) [openSelectionString release];
openSelectionString = [[pboard stringForType:NSStringPboardType] copy];
[self newVimWindow:self];
[self newWindow:self];
}
}
+1 -1
View File
@@ -40,7 +40,7 @@ aunmenu File.-SEP4-
aunmenu File.Exit
aunmenu File.Save-Exit
an <silent> 10.290 File.New\ Window :action newVimWindow:<CR>
an <silent> 10.290 File.New\ Window :action newWindow:<CR>
an 10.295 File.New\ Tab :tabnew<CR>
an 10.328 File.-SEP0- <Nop>
an <silent> 10.330 File.Close\ Window<Tab>:qa :confirm qa<CR>