diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-04 20:38:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-04 20:38:02 +0900 |
commit | 46f61ed2b35896e05f17cf99812ddd6614a486f7 (patch) | |
tree | 777342c60c2f17df8c8ded4da670f8aa41f11f53 /doc/kate | |
parent | 7d5d5cf9294ab828c612eb028f95f0c2abcc7940 (diff) | |
download | tdebase-46f61ed2b35896e05f17cf99812ddd6614a486f7.tar.gz tdebase-46f61ed2b35896e05f17cf99812ddd6614a486f7.zip |
Added option to suppress 'Find in files' error dialog in Kate. This resolves bug 1911.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/kate')
-rw-r--r-- | doc/kate/mdi.docbook | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/kate/mdi.docbook b/doc/kate/mdi.docbook index 993682b6e..6a8020747 100644 --- a/doc/kate/mdi.docbook +++ b/doc/kate/mdi.docbook @@ -341,6 +341,14 @@ It is possible to specify multiple patterns by separating them with commas </varlistentry> <varlistentry> +<term><guilabel>Hide errors</guilabel></term> +<listitem> +<para>If checked, the dialog window showing the search errors will +not be displayed at the end of the search.</para> +</listitem> +</varlistentry> + +<varlistentry> <term><guilabel>Folder</guilabel></term> <listitem> <para>The folder to search for files.</para> |