Pending: text inset, scrollbars do not cover resize box

git-svn-id: http://macvim.googlecode.com/svn/trunk@64 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-08-02 07:07:06 +00:00
parent 0dfd3cad43
commit 15eb437c2d
+2 -1
View File
@@ -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,