From cc5bae78b24cc32d69481eb442d4678d1dfe9123 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Fri, 6 Jan 2012 12:53:06 -0800 Subject: [PATCH] todo comments --- .../dictionary/engine/DictionaryBuilder.java | 4 +- todo.txt | 37 +++++++------------ 2 files changed, 16 insertions(+), 25 deletions(-) diff --git a/src/com/hughes/android/dictionary/engine/DictionaryBuilder.java b/src/com/hughes/android/dictionary/engine/DictionaryBuilder.java index 01c65b9..59f3234 100644 --- a/src/com/hughes/android/dictionary/engine/DictionaryBuilder.java +++ b/src/com/hughes/android/dictionary/engine/DictionaryBuilder.java @@ -133,10 +133,10 @@ public class DictionaryBuilder { String inputFormat = keyValueArgs.remove(prefix + "Format"); if ("tab_separated".equals(inputFormat)) { - final boolean flipColumns = "true".equals(keyValueArgs.remove(prefix + "flipColumns")); + final boolean flipColumns = "true".equals(keyValueArgs.remove(prefix + "FlipColumns")); new DictFileParser(charset, flipColumns, DictFileParser.TAB, null, dictionaryBuilder, dictionaryBuilder.indexBuilders.toArray(new IndexBuilder[0]), null).parseFile(file); } else if ("chemnitz".equals(inputFormat)) { - final boolean flipColumns = "true".equals(keyValueArgs.remove(prefix + "flipColumns")); + final boolean flipColumns = "true".equals(keyValueArgs.remove(prefix + "FlipColumns")); new DictFileParser(charset, flipColumns, DictFileParser.DOUBLE_COLON, DictFileParser.PIPE, dictionaryBuilder, dictionaryBuilder.indexBuilders.toArray(new IndexBuilder[0]), null).parseFile(file); } else if ("enwiktionary".equals(inputFormat)) { final Pattern langPattern = Pattern.compile(keyValueArgs.remove(prefix + "LangPattern"), Pattern.CASE_INSENSITIVE); diff --git a/todo.txt b/todo.txt index 2016c55..68b59cb 100644 --- a/todo.txt +++ b/todo.txt @@ -1,39 +1,30 @@ -For next release: -"form of" to bottom +blue background title rows +gray side pane +better example splitting handle examples like "asdf (asdf)" random word jump multiword find. -dictionary update. -???italian verbs +italian verbs... (show conjugation, pulled from a linked place....--would lower size a lot!) +! enter should hide keyboard -pronunciation -synonyms +Handle other sections: + Pronunciation + Synonyms + Usage notes. + Chinese: handle "Compounds" section + +flashcards move dict to top of list when downloaded +speech synthesis speech recognition -flashcards text to speech / audio from wiktionary - -**** UI: -! multi search -X version number -! enter should hide keyboard icons inside dictionaries **** PC: -! still lots of wiki markup in output. -italian verbs... (show conjugation, pulled from a linked place....--would lower size a lot!) handle word-info in English. -Handle other sections: - Pronunciation - Synonyms - Usage notes. - Chinese: handle "Compounds" section {{count page|[[Wiktionary:Page count]]}} -{{gloss|money and wealth}} -it_it: gossip {m} (noun), inv - Bad filing: under Arab? ===Arab=== جميل {m} (tr. jamiil) (adjective), feminine singular and inanimate plural: {{Arab|[[جميلة]]}}, masculine plural: {{Arab|[[جمال]]}}, feminine plural: {{Arab|[[جميلات]]}} :: beautiful @@ -73,4 +64,4 @@ always put defs in list... font size refactor wiki parsing. {{Arab}} - \ No newline at end of file +"form of" to bottom -- 2.43.0