]> gitweb.fperrin.net Git - Dictionary.git/blob - res/raw/help.html
Lots of bug fixes! Workaround for ICS OOM, background loading of which
[Dictionary.git] / res / raw / help.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
4 </head>
5 <body>
6   <!-- Don't use links in the text below, it crashes the app. -->
7   <h2>Dictionary manager</h2>
8   This screen lists all the available and installed dictionaries.
9   <ul>
10     <li> Click a dictionary to download or open it.
11     <li> Long-click on a dictionary to move it to the top of the list or delete it.
12   </ul>
13
14   <h2>Dictionary</h2>
15   This screen shows dictionary entries.  This is a massive list that you can
16   scroll all the way through, or you can type in the search text to jump 
17   there in the list.  Entries in the list are filed in multiple places,
18   under all the relevant words.
19   <h3>Searching</h3>
20   <ul>
21     <li> Type a single word to search for it.  QuickDic searches as you type, 
22          jumping to the relevant position in the list.
23     <li> (NEW) Type multiple words separated by spaces.  QuickDic finds all 
24          the rows containing all of the words and displays them.
25     <li> QuickDic tries to sort words using a romanized transliteration, 
26          so you can try searching for non-Latin words using the Latin alphabet.
27     <li> If the search text box isn't focused, you can start typing and its 
28          contents will be replaced.
29   </ul>
30   <h3>Tricks</h3>
31   <ul>
32     <li> Click the button to the right of the search box to switch dictionary directions: EN-&gt;DE to DE-&gt;EN.
33     <li> (NEW) Long-click the button to the right of the search box to pick a new dictionary.
34     <li> Long-click any entry to bring up the context menu, from which you can:
35     <ul>
36       <li> (NEW) Long-click a particular word to jump to that word in the 
37            dictionary.  This is a great way to quickly lookup words that
38            are part of definitions (especially if they're in a language that's
39            tough to type in!)
40       <li> Add the current row to the wordList.txt file for later study.
41       <li> Copy the current row to the clipboard.
42     </ul>
43     <!-- Long-click in the search text to open the search history. -->
44   </ul>
45
46 </body>
47 </html>