tAdd another todo - transliterate - Transliteration engine
HTML git clone git://lumidify.org/transliterate.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9f5059813407f7072316b7250d9de591476fc04f
DIR parent 3522c7ffacacb04f38bd728b4942251bb93ccbf6
HTML Author: lumidify <nobody@lumidify.org>
Date: Sun, 12 Apr 2020 13:27:15 +0200
Add another todo
Diffstat:
M TODO | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
DIR diff --git a/TODO b/TODO
t@@ -3,3 +3,9 @@ Maybe add the functionality to the trie replacement as well.
It could work to "jump forward" in the trie every time a diacritic
is found. If multiple are found, search each subtrie for results,
then return all of them (check first if there are any duplicates).
+
+word choice window:
+Change the last choice to be "skip" or something like that
+in a different place so that it can always be there without
+adding confusion (this would remove the need for
+--nocompletechoices).