goldendict-ng/docs/headwords.html
2023-03-26 00:13:19 +08:00

35 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- gdhelp_en.qdoc -->
<title>08 Dictionary headwords | GoldenDict</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">08 Dictionary headwords</h1>
<!-- $$$headwords.html-description -->
<div class="descr" id="details">
<p class="centerAlign"><img src="images/headwords.png" alt="" /></p><p>GoldenDict allow to view the unique headwords list for local dictionary. The headwords dialog can be called via:</p>
<ul>
<li>context menu of dictionaries list;</li>
<li>context menu of icon on dictionaries bar in <a href="toolbar.html" translate="no">GoldenDict toolbar</a>;</li>
<li>context menu of dictionaries list in navigation pane.</li>
</ul>
<p>The filter line allow to filter dictionaries list to remain only necessary headwords. Such filtration can be completed in next modes:</p>
<div class="table"><table class="generic">
<thead><tr class="qt-style"><th >Mode</th><th >Filtration type</th></tr></thead>
<tr valign="top" class="odd"><td >Plain text</td><td >Headword contains string from filter line.</td></tr>
<tr valign="top" class="even"><td >Wildcards</td><td >Headword matched to Unix-like template from filter line. Such template can contain wildcard symbols '?' (matches any one character), '*' (matches any characters number) or ranges of characters &quot;[..&#x2e;]&quot; To find characters '?', '*', '[' and ']' it should be escaped by backslash - '\?', '\*', '\[', '\]'.</td></tr>
<tr valign="top" class="odd"><td >RegExp</td><td >Headword matched to regular expression from filter line.</td></tr>
</table></div>
<p>If option &quot;Auto apply&quot; is turned on any changes in filter line will be applied to headwords list immediately. Otherwise you should press &quot;Apply&quot; button to apply changes. If dictionary contains more than 150000 headwords the &quot;Auto apply&quot; option is disabled.</p>
<p>If option &quot;Match case&quot; is turned on the matches search will be completed in the case-sensitive mode, otherwise in case-insensitive mode.</p>
<p>The &quot;Export&quot; button allow to export the filtered headwords list to text file.</p>
<p>Press &quot;Ctrl+N&quot; shortcut if you want to switch focus to main GoldenDict window. Press &quot;Ctrl+D&quot; to switch focus from main window to headwords dialog.</p>
</div>
<!-- @@@headwords.html -->
</body>
</html>