summaryrefslogtreecommitdiff
path: root/help/en/html/osearch/settings.html
Unidiff
Diffstat (limited to 'help/en/html/osearch/settings.html') (more/less context) (ignore whitespace changes)
-rw-r--r--help/en/html/osearch/settings.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/help/en/html/osearch/settings.html b/help/en/html/osearch/settings.html
new file mode 100644
index 0000000..02da3b4
--- a/dev/null
+++ b/help/en/html/osearch/settings.html
@@ -0,0 +1,26 @@
1<html><head><title>OSearch: Settings</title></head><body>
2<h1>OSearch: Settings</h1>
3Settings in OSearch will affect only future searches,
4the current searches will <b>not</b> be repeated.
5<h2>Settings Menu</h2>
6<a name="search"><h3>Search</h3></a>
7<a name="casesensitive"><h4>Case sensitive</h4></a><br>
8Should the searches be case sensitive.<br><br>
9<a name="wildcards"><h4>Wildcards</h4></a><br>
10Makes it convenient to match filenames instead of plain text.
11<br>
12For example, "qr*.cpp" matches the string "qregexp.cpp" in wildcard
13mode, but not "qicpp" (which would be matched in normal mode).
14<br>(From the QT docu)
15<a name="doclnk"></a><h3>Documents</h3></a>
16<h4>Search content</h4><br>
17Searches the content of text files too.<br>
18<a name="todo"><h3>Todo</h3></a>
19<h4>Show completed task</h4><br>
20Should task which are allready compelted be hidden.
21<a name="datebook"><h3>Calendar</h3></a>
22<h4>Show past events</h4><br>
23Should datebook entries that were past be hidden.<br>
24<br><h4>Search in dates</h4><br>
25Should the start and end date be searched too.
26</body></html>