]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
todo comments
authorThad Hughes <thadh@google.com>
Fri, 6 Jan 2012 20:53:06 +0000 (12:53 -0800)
committerThad Hughes <thadh@google.com>
Fri, 6 Jan 2012 20:53:06 +0000 (12:53 -0800)
src/com/hughes/android/dictionary/engine/DictionaryBuilder.java
todo.txt

index 01c65b9c8124b78b2965f7231b71505af7016d76..59f323403cf750a261ab73ac51e78d3af86d0b27 100644 (file)
@@ -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);
index 2016c550d52c516e8ce2e137985bd070e5bdfc20..68b59cb686d911d47498ce871fd95918c94d5dc3 100644 (file)
--- 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