mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
git-svn-id: http://macvim.googlecode.com/svn/trunk@220 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user