mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
35 lines
2.4 KiB
HTML
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 "[...]" 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 "Auto apply" is turned on any changes in filter line will be applied to headwords list immediately. Otherwise you should press "Apply" button to apply changes. If dictionary contains more than 150000 headwords the "Auto apply" option is disabled.</p>
|
|
<p>If option "Match case" is turned on the matches search will be completed in the case-sensitive mode, otherwise in case-insensitive mode.</p>
|
|
<p>The "Export" button allow to export the filtered headwords list to text file.</p>
|
|
<p>Press "Ctrl+N" shortcut if you want to switch focus to main GoldenDict window. Press "Ctrl+D" to switch focus from main window to headwords dialog.</p>
|
|
</div>
|
|
<!-- @@@headwords.html -->
|
|
</body>
|
|
</html>
|