comparison runtime/doc/todo.txt @ 357:25dd5036f2b0 v7.0092

updated for version 7.0092
author vimboss
date Fri, 24 Jun 2005 23:11:15 +0000
parents be0f21f63d2c
children 6c62b9b939bd
comparison
equal deleted inserted replaced
356:0f2b5d1b8117 357:25dd5036f2b0
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 23 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
96 96
97 PLANNED FOR VERSION 7.0: 97 PLANNED FOR VERSION 7.0:
98 98
99 - Add SPELLCHECKER, with support for many languages. 99 - Add SPELLCHECKER, with support for many languages.
100 - Spell checking code todo's: 100 - Spell checking code todo's:
101 - Make "en-rare" spell file?
102 - Add hl groups to 'spelllang'? 101 - Add hl groups to 'spelllang'?
103 :set spelllang=en_us,en-rare/SpellRare,en-math/SpellMath 102 :set spelllang=en_us,en-rare/SpellRare,en-math/SpellMath
104 More complicated: Regions with different languages? E.g. comments 103 More complicated: Regions with different languages? E.g. comments
105 in English, strings in German (po file). 104 in English, strings in German (po file).
106 - Code for making suggestions: 105 - Code for making suggestions:
109 - The sound-folding doesn't work for multi-byte characters. It's 108 - The sound-folding doesn't work for multi-byte characters. It's
110 very slow too. 109 very slow too.
111 - Simple and fast sound-a-like: mapping list for first char and rest 110 - Simple and fast sound-a-like: mapping list for first char and rest
112 vowel as first char: * 111 vowel as first char: *
113 remove other vowels 112 remove other vowels
113 - Cleanup spell help.
114 - Use "engspchk" from Charles Campbell for ideas (commands, rare words). 114 - Use "engspchk" from Charles Campbell for ideas (commands, rare words).
115 - Make "en-rare" spell file? Ask Charles Campbell.
115 - References: MySpell library (in OpenOffice.org). 116 - References: MySpell library (in OpenOffice.org).
116 http://spellchecker.mozdev.org/source.html 117 http://spellchecker.mozdev.org/source.html
117 http://whiteboard.openoffice.org/source/browse/whiteboard/lingucomponent/source/spellcheck/myspell/ 118 http://whiteboard.openoffice.org/source/browse/whiteboard/lingucomponent/source/spellcheck/myspell/
118 author: Kevin Hendricks <kevin.hendricks@sympatico.ca> 119 author: Kevin Hendricks <kevin.hendricks@sympatico.ca>
119 - Update option window for 'verbosefile', 'spell', 'spellfile', 120 - Update option window for 'verbosefile', 'spell', 'spellfile',