From ed5935d1c85100b03aa9219ac70d53f7f186a9b3 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Wed, 8 Aug 2007 09:05:42 +0000 Subject: [PATCH] Added Services menu entries git-svn-id: http://macvim.googlecode.com/svn/trunk@98 96c4425d-ca35-0410-94e5-3396d5c13a8f --- Info.plist | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/Info.plist b/Info.plist index 95dd126b70..6787e125d9 100644 --- a/Info.plist +++ b/Info.plist @@ -546,5 +546,57 @@ MainMenu NSPrincipalClass NSApplication + NSServices + + + NSMenuItem + + default + MacVim/New Tab Containing Selection + + NSMessage + openSelection + NSPortName + MacVim + NSSendTypes + + NSStringPboardType + + + + NSMenuItem + + default + MacVim/Open Selected File in Tab + + NSMessage + openFile + NSPortName + MacVim + NSSendTypes + + NSStringPboardType + + NSUserData + Tab + + + NSMenuItem + + default + MacVim/Open Selected File in Window + + NSMessage + openFile + NSPortName + MacVim + NSSendTypes + + NSStringPboardType + + NSUserData + Window + +