From 18737386cd72edfcc0294532afaaf1c5fba70276 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Wed, 1 Aug 2007 18:56:17 +0000 Subject: [PATCH] Less active, more pending. git-svn-id: http://macvim.googlecode.com/svn/trunk@60 96c4425d-ca35-0410-94e5-3396d5c13a8f --- TODO | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index d36b8a0776..043bcc5349 100644 --- a/TODO +++ b/TODO @@ -2,13 +2,7 @@ Active: - drag and drop inside view (FEAT_GUI_DND, gui_handle_drop()) - offset text away from left edge -- main menu -- menu key equivalents -- add menu options with key equiv: - Cmd+Option+Left/Right to change tab, Cmd+x/c/v cut/copy/paste, - Cmd+z/Z undo/redo, Cmd+o open, Cmd+w/W close tab/window, - Cmd+Option+T special characters, - etc. +- main menu (buffers menu, window menu) - application:openFiles: should open in tabs in current window instead of in a new window, only if user default is set - toolbar drawing bug @@ -58,6 +52,12 @@ Active: Pending: +- add menu options with key equiv: + Cmd+Option+Left/Right to change tab, Cmd+x/c/v cut/copy/paste, + Cmd+z/Z undo/redo, Cmd+o open, Cmd+w/W close tab/window, + Cmd+Option+T special characters, + etc. +- menu key equivalents - startup is a bit flakey (up until openWindowWithRows:columns:) - background color of text view doesn't get set if :colorscheme is in .gvimrc, since textView=nil when setDefaultColorsBackground:foreground: is called