Git commit 274a0c86cd50b544308b97c33265f97a3644afa7 by Yuri Chornoivan. Committed on 26/02/2018 at 16:05. Pushed by yurchor into branch 'master'.
More updates to the search dialog docs M +17 -2 doc/search.docbook M +- -- doc/search_general.png https://commits.kde.org/krusader/274a0c86cd50b544308b97c33265f97a3644afa7 diff --git a/doc/search.docbook b/doc/search.docbook index 8de16cf8..44a1335b 100644 --- a/doc/search.docbook +++ b/doc/search.docbook @@ -121,7 +121,17 @@ </listitem> <listitem> <para> - <guilabel>Match whole word only</guilabel> + <guilabel>RegExp</guilabel> switch: toggle the regular expressions mode. A drop-down list that is sown after clicking down arrow on the right allows you to enter special symbols of regular expressions. + </para> + </listitem> + <listitem> + <para> + <guilabel>Encoding</guilabel>: allows you to choose the text encoding. + </para> + </listitem> + <listitem> + <para> + <guilabel>Match whole word only</guilabel>: allows you to specify that a complete match (letters and length) must be found. </para> </listitem> <listitem> @@ -132,7 +142,7 @@ </listitem> <listitem> <para> - <guilabel>Search in subdirectories</guilabel>: perform a + <guilabel>Search in sub folders</guilabel>: perform a recursive search and dive into every directory on the way.</para> </listitem> @@ -163,6 +173,11 @@ &etc;... Press the 'profile' button, and you can add/load/save/remove search profiles.</para> </listitem> + <listitem> + <para> + <guilabel>Query to clipboard</guilabel>: if checked, + &krusader; will place search text to clipboard when a found file is opened.</para> + </listitem> </itemizedlist> <para>The above screen shot shows a search for all the files which end with diff --git a/doc/search_general.png b/doc/search_general.png index 585a3829..aa2053e7 100644 Binary files a/doc/search_general.png and b/doc/search_general.png differ
