comparison runtime/doc/todo.txt @ 624:91e7d4a7b3b0 v7.0178

updated for version 7.0178
author vimboss
date Thu, 29 Dec 2005 22:51:09 +0000
parents 9e359e5759f6
children 81fe2ccc1207
comparison
equal deleted inserted replaced
623:bd2fe62c9d77 624:91e7d4a7b3b0
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 28 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 Win32: test52 fails.
34
35 ccomplete: 33 ccomplete:
36 - When an option is set: In completion mode and the user types (identifier) 34 - When an option is set: In completion mode and the user types (identifier)
37 characters, advance to the first match instead of removing the popup menu. 35 characters, advance to the first match instead of removing the popup menu.
38 If there is no match remove the selection. (Yegappan Lakshmanan) 36 If there is no match remove the selection. (Yegappan Lakshmanan)
39 - Complete the longest common match instead of the first match? 37 - Complete the longest common match instead of the first match?
40 For all kinds of completions? Configurable? 38 For all kinds of completions? Configurable?
41 - !_TAG_FILE_FORMAT and it's ilk are listed in the global completions
42 Can't reproduce it right now...
43 - Window resize when poup is displayed 39 - Window resize when poup is displayed
44 - When completing something that is a structure, add the "." or "->" right 40 - When completing something that is a structure, add the "." or "->" right
45 away. How to figure out if it's a pointer or not? 41 away. How to figure out if it's a pointer or not?
46 - When a typedef or struct is local to a file only use it in that file? 42 - When a typedef or struct is local to a file only use it in that file?
43 - !_TAG_FILE_FORMAT and it's ilk are listed in the global completions
44 Can't reproduce it right now...
47 45
48 spelling: 46 spelling:
49 - Use KEEPCASE instead of "KEP". It applies to the word including affixes
50 Hunspell also uses it.
51 - Hunspell has NOSUGGEST flag (use for obscene words?) 47 - Hunspell has NOSUGGEST flag (use for obscene words?)
52 - Check out Hunspell 1.1.2. 48 - Check out Hunspell 1.1.2.
53 - Look into hungarian dictionary: 49 - Look into hungarian dictionary:
54 http://magyarispell.sourceforge.net/rc3-beta2.zip 50 http://magyarispell.sourceforge.net/rc3-beta2.zip
55 - Support breakpoint character · 0xb7 and ignore it? 51 - Support breakpoint character · 0xb7 and ignore it?