]> gitweb.fperrin.net Git - Dictionary.git/blob - res/raw/help.html
ac9362cad368669b754e092cd4920826ab92813c
[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, jumping to the relevant position in the list.
22     <li> (NEW) Type multiple words separated by spaces.  QuickDic finds all the rows containing all of the words and displays them.
23     <li> QuickDic tries to sort words using a romanized transliteration, so you can try searching for non-Latin words using the Latin alphabet.
24     <li> If the search text box isn't focused, you can start typing and its contents will be replaced.
25   </ul>
26   <h3>Other</h3>
27   <ul>
28     <li> Click the button to the right of the search box to switch dictionary directions: EN-&gt;DE to DE-&gt;EN.
29     <li> (NEW) Long-click the button to the right of the search box to pick a new dictionary.
30     <li> Long-click any entry to bring up the context menu, from which you can:
31     <ul>
32       <li> Add the current row to the wordList.txt file for later study.
33       <li> Copy the current row to the clipboard.
34       <li> (NEW) Long-click a particular word to jump to that word in the dictionary.
35     </ul>
36     <!-- Long-click in the search text to open the search history. -->
37   </ul>
38
39 </body>
40 </html>