From 0fb2225439ab029f59990e232f792d3aedba9106 Mon Sep 17 00:00:00 2001 From: "bjorn.winckler" Date: Fri, 21 Sep 2007 18:33:02 +0000 Subject: [PATCH] - Updated drag-n-drop section - Added another todo git-svn-id: http://macvim.googlecode.com/svn/trunk@255 96c4425d-ca35-0410-94e5-3396d5c13a8f --- doc/gui_mac.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/gui_mac.txt b/doc/gui_mac.txt index 61fca74b..ddac9045 100644 --- a/doc/gui_mac.txt +++ b/doc/gui_mac.txt @@ -58,12 +58,14 @@ set to "utf-8". *macvim-drag-n-drop* Dragging files and dropping them on a window opens those files in tabs in that -window. This happens even when Vim is in command-line mode. Holding down -modifier keys whilst dragging is not supported. +window, unless Vim is in command-line mode. In command-line mode the names of +the files are added to the command line. Holding down modifier keys whilst +dragging is not supported. *macvim-default-menu* The default menu in MacVim has been changed to conform better with the Apple -Human Interface Guidelines (HIG). +Human Interface Guidelines (HIG). At the moment this breaks the localized +menus, so only English menus are supported. Note: The menus are a work in progress. If you know something about the HIG and want to contribute to MacVim you could do so by making the menus better. @@ -224,6 +226,9 @@ These are the currently supported services: Here are some of the bigger bugs in MacVim. Of course there are others, but these are ones that are know and/or which were judged major. +- Localized menus are not supported. Choosing anything but "English" in the + "International" pane of "System Prefences" may break the menus (and + toolbar). - Composing characters are not supported, they will mess up the display - Only "utf-8" is supported for 'enc' - Sometimes multibyte characters look "too wide", i.e. they overlap the -- 2.11.4.GIT