comparison runtime/doc/todo.txt @ 666:0137e7c3d31b v7.0196

updated for version 7.0196
author vimboss
date Fri, 10 Feb 2006 23:23:57 +0000
parents 1a85f952cdfe
children 9090f866cd57
comparison
equal deleted inserted replaced
665:21ab9abf0f08 666:0137e7c3d31b
1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 09 1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 Crash with X command server (Ciaran McCreesh). 33 Crash with X command server (Ciaran McCreesh).
34 34
35 Add ":lcscope" to use location list instead of quickfix list.
36
37 ccomplete / omnicomplete: 35 ccomplete / omnicomplete:
38 When editing compl_leader <CR> should accept the current match. 36 - For C add tag "kind" field to each match?
39 Somehow select another match without changing the compl_leader, so that you
40 can use CTRL-L next? Perhaps with <S-Up> and <S-Down>?
41 - Flickering because of syntax highlighting redrawing further lines. 37 - Flickering because of syntax highlighting redrawing further lines.
42 - Complete the longest common match instead of the first match?
43 Do this when "longest" is in 'completeopt'.
44 Pressing CTRL-N or CTRL-P will get the whole match, as before.
45 Need to postpone inserting anything until all matches have been found.
46 Then add a completion item with the longest common string (after what was
47 typed), if there is one.
48 - For C add tag "kind" field to each match?
49 - Finding out if an item has members (to add '.' or '->') requires a grep in 38 - Finding out if an item has members (to add '.' or '->') requires a grep in
50 the tags files, that is very slow. Is there another solution? At least 39 the tags files, that is very slow. Is there another solution? At least
51 stop at the first match. 40 stop at the first match.
41 Could build the list of items for each structure in memory. Is that faster?
42 Not using too much memory?
52 - When a typedef or struct is local to a file only use it in that file? 43 - When a typedef or struct is local to a file only use it in that file?
53 - Special mappings for when the popup menu is visible? Would allow for making 44 - Special mappings for when the popup menu is visible? Would allow for making
54 a specific selection (e.g, methods vs variables). 45 a specific selection (e.g, methods vs variables).
55 46
56 spelling: 47 spelling: