From f842d0a82497d7c913ef7a1b2e3b46a4fd01000e Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 27 Nov 2007 21:38:19 +0100 Subject: [PATCH] Docs updated on ODB support, fixed Info.plist --- runtime/doc/eval.txt | 5 ++++- runtime/doc/gui_mac.txt | 14 +++++++++++++- runtime/doc/tags | 5 +++++ runtime/doc/various.txt | 5 ++++- src/MacVim/Info.plist | 2 +- src/MacVim/MacVim.xcodeproj/project.pbxproj | 2 +- 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 2a8931a1..cd25796d 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.1. Last change: 2007 Sep 25 +*eval.txt* For Vim version 7.1. Last change: 2007 Nov 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5333,6 +5333,7 @@ fname_case Case in file names matters (for Amiga, MS-DOS, and folding Compiled with |folding| support. footer Compiled with GUI footer support. |gui-footer| fork Compiled to use fork()/exec() instead of system(). +fullscreen Compiled with 'fullscreen' support. gettext Compiled with message translation |multi-lang| gui Compiled with GUI enabled. gui_athena Compiled with Athena GUI. @@ -5377,6 +5378,7 @@ multi_lang Compiled with support for multiple languages. mzscheme Compiled with MzScheme interface |mzscheme|. netbeans_intg Compiled with support for |netbeans|. netbeans_enabled Compiled with support for |netbeans| and it's used. +odbeditor Compiled with |odbeditor| support. ole Compiled with OLE automation support for Win32. os2 OS/2 version of Vim. osfiletype Compiled with support for osfiletypes |+osfiletype| @@ -5418,6 +5420,7 @@ tgetent Compiled with tgetent support, able to use a termcap or terminfo file. title Compiled with window title support |'title'|. toolbar Compiled with support for |gui-toolbar|. +transparency Compiled with 'transparency' support. unix Unix version of Vim. user_commands User-defined commands. viminfo Compiled with viminfo support. diff --git a/runtime/doc/gui_mac.txt b/runtime/doc/gui_mac.txt index 59c62be5..17fb418d 100644 --- a/runtime/doc/gui_mac.txt +++ b/runtime/doc/gui_mac.txt @@ -1,4 +1,4 @@ -*gui_mac.txt* For Vim version 7.1. Last change: 2007 Nov 11 +*gui_mac.txt* For Vim version 7.1. Last change: 2007 Nov 27 VIM REFERENCE MANUAL by Bjorn Winckler @@ -168,6 +168,18 @@ command: :gui [++opt] [+cmd] [-f|-b] [files...] Note: Forking ("-b") currently does not work. + *odbeditor* *external-editor* +MacVim can act as an 'external editor' for Mac OS X applications that support +the ODB Editor Protocol (or the 'external editor' protocol). Each application +has different ways of configuring this option, check the applications +documentation. Once configured properly MacVim can be used to open files in +such an application. + +A technical note: MacVim handles file open, modified and closed events. In +the open event the FTok and Burl parameters are parsed (the latter is ignored +at the moment though). In the modified and closed events the Tokn parameter +is sent back to the server application. + ============================================================================== 3. Special colors *macvim-colors* diff --git a/runtime/doc/tags b/runtime/doc/tags index a91c2abf..a0d0d1b4 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -1125,6 +1125,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* +folding various.txt /*+folding* +footer various.txt /*+footer* +fork various.txt /*+fork* ++fullscreen various.txt /*+fullscreen* +gettext various.txt /*+gettext* +hangul_input various.txt /*+hangul_input* +iconv various.txt /*+iconv* @@ -1154,6 +1155,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* +mzscheme various.txt /*+mzscheme* +mzscheme/dyn various.txt /*+mzscheme\/dyn* +netbeans_intg various.txt /*+netbeans_intg* ++odbeditor various.txt /*+odbeditor* +ole various.txt /*+ole* +osfiletype various.txt /*+osfiletype* +path_extra various.txt /*+path_extra* @@ -1188,6 +1190,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* +tgetent various.txt /*+tgetent* +title various.txt /*+title* +toolbar various.txt /*+toolbar* ++transparency various.txt /*+transparency* +user_commands various.txt /*+user_commands* +vertsplit various.txt /*+vertsplit* +viminfo various.txt /*+viminfo* @@ -5263,6 +5266,7 @@ exrc starting.txt /*exrc* extend() eval.txt /*extend()* extension-removal cmdline.txt /*extension-removal* extensions-improvements todo.txt /*extensions-improvements* +external-editor gui_mac.txt /*external-editor* f motion.txt /*f* faq intro.txt /*faq* farsi farsi.txt /*farsi* @@ -6663,6 +6667,7 @@ object-select motion.txt /*object-select* objects index.txt /*objects* obtaining-exted netbeans.txt /*obtaining-exted* ocaml.vim syntax.txt /*ocaml.vim* +odbeditor gui_mac.txt /*odbeditor* ole-activation if_ole.txt /*ole-activation* ole-eval if_ole.txt /*ole-eval* ole-gethwnd if_ole.txt /*ole-gethwnd* diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index d5ce2647..911184aa 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 7.1. Last change: 2007 Jan 14 +*various.txt* For Vim version 7.1. Last change: 2007 Nov 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -315,6 +315,7 @@ N *+find_in_path* include file searches: |[I|, |:isearch|, N *+folding* |folding| *+footer* |gui-footer| *+fork* Unix only: |fork| shell commands +m *+fullscreen* MacVim only: edit in full-screen N *+gettext* message translations |multi-lang| *+GUI_Athena* Unix only: Athena |GUI| *+GUI_neXtaw* Unix only: neXtaw |GUI| @@ -350,6 +351,7 @@ N *+multi_lang* non-English language support |multi-lang| m *+mzscheme* Mzscheme interface |mzscheme| m *+mzscheme/dyn* Mzscheme interface |mzscheme-dynamic| |/dyn| m *+netbeans_intg* |netbeans| +m *+odbeditor* MacVim only: ODB Editor Protocol support |odbeditor| m *+ole* Win32 GUI only: |ole-interface| *+osfiletype* Support for the 'osfiletype' option and filetype checking in automatic commands. |autocmd-osfiletypes| @@ -386,6 +388,7 @@ N *+textobjects* |text-objects| selection *+tgetent* non-Unix only: able to use external termcap N *+title* Setting the window 'title' and 'icon' N *+toolbar* |gui-toolbar| +m *+transparency* MacVim only: window background transparency N *+user_commands* User-defined commands. |user-commands| N *+viminfo* |'viminfo'| N *+vertsplit* Vertically split windows |:vsplit| diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 99cfcf08..1d24daeb 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -531,7 +531,7 @@ CFBundleIconFile vim_gloss CFBundleIdentifier - org.vim.MacVim-odb + org.vim.MacVim CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index b5675b00..df440005 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -204,7 +204,7 @@ 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32CA4F630368D1EE00C91783 /* MacVim_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacVim_Prefix.pch; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8D1107320486CEB800E47090 /* MacVim.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacVim.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D1107320486CEB800E47090 /* MacVim.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = MacVim.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ -- 2.11.4.GIT