From 6bc27d1ddeb17cc7e60ad82850ad13be4f3fd44c Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 19 Aug 2007 14:49:52 +0000 Subject: [PATCH] git-svn-id: http://macvim.googlecode.com/svn/trunk@164 96c4425d-ca35-0410-94e5-3396d5c13a8f --- TODO | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 186a169811..00e02aedab 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,10 @@ Active: -- scrolling when mouse is over scrollbar doesn't work +- Press Cmd-n multiple times and quickly press Cmd-q; sometimes two or more + instance of MacVim opens up +- hide toolbar, open new tab, show toolbar: baseline sepearator still visible + (seems like a drawing bug in PSMTabBarControl) +- file modified outside vim dialog sometimes only appear after pressing a key - let user choose file encoding and format in open/save dialogs - view menu option to show/hide gui status line - autosave settings ? @@ -49,6 +53,7 @@ Active: Pending: +- scrolling when mouse is over scrollbar doesn't work - gui dialogs (FEAT_GUI_DIALOG) - no warning when buffer modified outside vim (implement gui_mch_dialog()) - call gui_focus_change() when appropriate @@ -63,9 +68,6 @@ Pending: 2007-08-05 13:25:01.156 MacVim[223] Exception raised during posting of notification. Ignored. exception: *** -[NSThemeFrame frameDidChange:]: selector not recognized [self = 0x3baa30] 2007-08-05 13:25:01.246 MacVim[223] *** -[NSThemeFrame frameDidChange:]: selector not recognized [self = 0x3baa30] 2007-08-05 13:25:01.247 MacVim[223] Exception raised during posting of notification. Ignored. exception: *** -[NSThemeFrame frameDidChange:]: selector not recognized [self = 0x3baa30] -- hide baseline separator when tabbar is visible (and make sure clicking the - hide/show toolbar button in the top right of the corner does not show it - again) - toogle toolbar off, maximize window, toolbar on -> text view under toolbar - clicking pill button does not update 'guioptions' - detect Cmd-. (and Ctrl-C) for interrupt @@ -85,6 +87,9 @@ Pending: Done: +- hide baseline separator when tabbar is visible (and make sure clicking the + hide/show toolbar button in the top right of the corner does not show it + again) - toolbar drawing bug - Cmd-zoom -> no input received, drawing broken - scrollbars not positioned over resize box