Diffstat (limited to 'help/en/html/osearch/settings.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | help/en/html/osearch/settings.html | 26 |
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 @@ +<html><head><title>OSearch: Settings</title></head><body> +<h1>OSearch: Settings</h1> +Settings in OSearch will affect only future searches, +the current searches will <b>not</b> be repeated. +<h2>Settings Menu</h2> +<a name="search"><h3>Search</h3></a> +<a name="casesensitive"><h4>Case sensitive</h4></a><br> +Should the searches be case sensitive.<br><br> +<a name="wildcards"><h4>Wildcards</h4></a><br> +Makes it convenient to match filenames instead of plain text. +<br> +For example, "qr*.cpp" matches the string "qregexp.cpp" in wildcard +mode, but not "qicpp" (which would be matched in normal mode). +<br>(From the QT docu) +<a name="doclnk"></a><h3>Documents</h3></a> +<h4>Search content</h4><br> +Searches the content of text files too.<br> +<a name="todo"><h3>Todo</h3></a> +<h4>Show completed task</h4><br> +Should task which are allready compelted be hidden. +<a name="datebook"><h3>Calendar</h3></a> +<h4>Show past events</h4><br> +Should datebook entries that were past be hidden.<br> +<br><h4>Search in dates</h4><br> +Should the start and end date be searched too. +</body></html> |