From 15eb437c2daff1d62db604cb61401f21c290b15f Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Thu, 2 Aug 2007 07:07:06 +0000 Subject: [PATCH] Pending: text inset, scrollbars do not cover resize box git-svn-id: http://macvim.googlecode.com/svn/trunk@64 96c4425d-ca35-0410-94e5-3396d5c13a8f --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 043bcc5349..4b975cd761 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ Active: - drag and drop inside view (FEAT_GUI_DND, gui_handle_drop()) -- offset text away from left edge - 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 @@ -52,6 +51,8 @@ Active: Pending: +- scrollbars not positioned over resize box +- offset text away from left edge - 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,