git-svn-id: http://macvim.googlecode.com/svn/trunk@220 96c4425d-ca35-0410-94e5-3396d5c13a8f

This commit is contained in:
Bjorn Winckler
2007-08-30 17:47:43 +00:00
parent 7b599b7060
commit d2e3b1bc2d
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -108,6 +108,10 @@ Design decisions:
to MMBackendProtocol, however this must not change the state of Vim!
- If MacVim or Vim dies, the NSConnection is invalidated and connectionDidDie:
is invoked.
- Input may reach the backend whenever the run loop is updated. This can cause
problems if more input is received whilst already processing other input. At
the moment new input is dropped if the backend is already processing other
input.
Keyboard stuff:
+3
View File
@@ -1,5 +1,8 @@
Active:
- Listen to NSSystemColorsDidChangeNotification and update highlighting
- System colors don't come out the same as in other apps (as measure with
Digital Color Meter)
- Add support for 'mousehide' (needs to check p_mh)
- Build Vim (make) from Xcode project
- Cmd-W in about box sends vimMenuAction: instead of performClose: