From 631eaec70c5b95d7dd62bb4116121803856093ae Mon Sep 17 00:00:00 2001 From: "bjorn.winckler" Date: Sat, 22 Sep 2007 20:06:54 +0000 Subject: [PATCH] git-svn-id: http://macvim.googlecode.com/svn/trunk@264 96c4425d-ca35-0410-94e5-3396d5c13a8f --- README | 2 ++ TODO | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index cba6e0a8..bba32775 100644 --- a/README +++ b/README @@ -137,6 +137,8 @@ Keyboard stuff: Cmd+function key must not be intercepted here or input methods won't work - and are two different characters (the former is 0xa0) - Cocoa translates to Ctrl-C so this must be taken care of +- with various modifiers is very special, check MMBackend how it is + handled Bugs: diff --git a/TODO b/TODO index d2f331d8..cf792c2e 100644 --- a/TODO +++ b/TODO @@ -12,13 +12,11 @@ Active: (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 ? - encoding -- convert strings from vim to utf-8 - main menu (buffers menu, window menu) - standardize NSString usage (initialization & how it is passed in messages) - autosave window rows&columns? -- set gfn=* ? - improve drag and drop support (modifier keys are ignored) - grey out menus which can't be used: Tab Next/Prev/Close, Undo/Redo, etc. - find/replace toolbar item (FIND_REPLACE_DIALOG) @@ -39,7 +37,6 @@ Active: (this will lead to a crash) - update speed whilst resizing with mouse is excruciatingly slow - window count should be typeset nicely in tab ? -- marked text - track pad scrolling is jerky - sanity check all input in handlePortMessage: etc. - nice looking cursors (both the block and in insert mode) ? @@ -54,6 +51,8 @@ Active: Pending: +- marked text +- set gfn=* - improve drag and drop support (drop in command line mode not working) - System colors don't come out the same as in other apps (as measure with Digital Color Meter) -- 2.11.4.GIT