summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-01-30 08:52:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-01-30 08:52:42 +0900
commit8cfd6d738ab445a4f5ea44208d596c14b267e6ff (patch)
tree2915514c0e928dd4f83c4c309eedab06ab1672d7
parent08d91f5570d7e138c858476c23c6292749506f15 (diff)
downloadtdeutils-8cfd6d73.tar.gz
tdeutils-8cfd6d73.zip
Updated TDEFileReplace handbook after latest changes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/tdefilereplace/index.docbook45
-rw-r--r--doc/tdefilereplace/projectdialog_main_window_1.pngbin54660 -> 54912 bytes
2 files changed, 22 insertions, 23 deletions
diff --git a/doc/tdefilereplace/index.docbook b/doc/tdefilereplace/index.docbook
index 5ce8b5e..571b6ff 100644
--- a/doc/tdefilereplace/index.docbook
+++ b/doc/tdefilereplace/index.docbook
@@ -2,10 +2,10 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY tdefilereplace "<application>TDEFileReplace</application>">
<!ENTITY kappname "&tdefilereplace;">
- <!ENTITY package "tdewebdev">
+ <!ENTITY package "tdeutils">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
- <!ENTITY tdewebdev "<application>tdewebdev</application>">
+ <!ENTITY tdeutils "<application>tdeutils</application>">
<!ENTITY bc "<application>bc</application>">
]>
@@ -251,6 +251,18 @@
<term>
<inlinemediaobject>
<imageobject>
+ <imagedata fileref="recursive_option.png" format="PNG"/>
+ </imageobject>
+ </inlinemediaobject><guiicon>Search in Subfolders</guiicon></term>
+ <listitem>
+ <para>This button allows you to search/replace recursively in the subfolders of your base directory.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ <inlinemediaobject>
+ <imageobject>
<imagedata fileref="backup_option.png" format="PNG"/>
</imageobject>
</inlinemediaobject><guiicon>Make Backup Files</guiicon></term>
@@ -316,7 +328,8 @@
</textobject>
</mediaobject>
</screenshot>
- <para>The <guilabel>Results</guilabel> view shows the name of the files that contain the strings you have to retrieve (and replace), their path, their size, the number of strings found and the user id of the files. This view also provides the exact position of each match. You can also open a file by clicking with the &RMB; on an list entry that contains line and column position.</para>
+ <para>The <guilabel>Results</guilabel> view shows the name of the files that contain the strings you have to retrieve (and replace), their path, their size, the number of strings found and the user id of the files. This view also provides the exact position of each match. The columns can be sorted either ascending or descending by clicking on the column headers.</para>
+ <para>You can open a file by clicking with the &RMB; on a list entry, by single/double clicking (depending on your mouse settings) on an entry or alternatively by selecting an item and pressing Enter.</para>
</sect1>
@@ -342,8 +355,8 @@
</sect1>
<sect1 id="tdefilereplace-the-project-dialog">
- <title>The <guilabel>New Session</guilabel> Dialog</title>
- <para>The <guilabel>New Session</guilabel> dialog is used to setup the basic parameters needed by &tdefilereplace; to work. It consists of two tabs, <guilabel>General</guilabel> and <guilabel>Advanced</guilabel>.
+ <title>The <guilabel>Customize Search/Replace Session</guilabel> Dialog</title>
+ <para>The <guilabel>Customize Search/Replace Session</guilabel> dialog is used to setup the basic parameters needed by &tdefilereplace; to work. It consists of two tabs, <guilabel>General</guilabel> and <guilabel>Advanced</guilabel>.
</para>
<sect2 id="tdefilereplace-the-project-dialog-general-page">
@@ -359,7 +372,7 @@
</textobject>
</mediaobject>
</screenshot>
- <para>When you want to begin a new session the first step is to click on the <link linkend="tdefilereplace-the-toolbar"><guiicon>New Session</guiicon> button</link>. Then you must enter the base path and a sequence of shell-like wildcards to use as filter.</para>
+ <para>When you want to begin a new session the first step is to click on the <link linkend="tdefilereplace-the-toolbar"><guiicon>Customize Search/Replace Session</guiicon> button</link>. Then you must enter the base path and a sequence of shell-like wildcards to use as filter.</para>
<para>Then you could set some useful options, like searching in all the subfolders, doing a case-sensitive search, enabling commands and/or regular expressions<footnote id="performancewarning"><para>Please note that regular expressions and commands could slow down the speed performances.</para></footnote>, doing a backup copy of each file before replacing.</para>
<para>If you want to start searching, you can put a string in the search box and press <guibutton>Search Now</guibutton>, otherwise leave the search box empty and press <guibutton>Search Later</guibutton>.</para>
</sect2>
@@ -553,23 +566,9 @@ Documentation Copyright &copy; 2004 Emiliano Gulmini <email>emi_barbarossa&#64;y
</chapter>
-<appendix id="installation">
-<title>Installation</title>
-
-<sect1 id="getting-tdefilereplace">
-<title>How to install &tdefilereplace;</title>
-<para>
-&tdefilereplace; is currently part of &tdewebdev; package, so, in order to install it, you have to get a copy of &tdewebdev;. Note that if you are using a &kde; installation provided by your OS vendor, probably you already have &tdewebdev; installed; in this case, you can use &tdefilereplace; either by opening &quantaplus; Web editor, or by calling it directly (unless you have an old &kde; version). Else you can download the &tdewebdev; package from the Internet: please refer to <ulink url="http://kdewebdev.org">&tdewebdev; home site</ulink> for more information.
-<!--&install.intro.documentation;-->
-</para>
-
-</sect1>
-
-<sect1 id="requirements">
- <title>Requirements</title>
- <para>In order to use the command <link linkend="available-commands">[$mathexp:<replaceable>some_math_expression</replaceable>$]</link> you should install the &bc; mathematical utility (version 1.06 or newer) written by Philip A. Nelson (<email>philnelson@acm.org</email>).</para>
-</sect1>
-
+<appendix id="requirements">
+<title>Requirements</title>
+<para>In order to use the command <link linkend="available-commands">[$mathexp:<replaceable>some_math_expression</replaceable>$]</link> you should install the &bc; mathematical utility (version 1.06 or newer) written by Philip A. Nelson (<email>philnelson@acm.org</email>).</para>
</appendix>
<appendix id="available-commands">
diff --git a/doc/tdefilereplace/projectdialog_main_window_1.png b/doc/tdefilereplace/projectdialog_main_window_1.png
index 58c622f..fbbeef2 100644
--- a/doc/tdefilereplace/projectdialog_main_window_1.png
+++ b/doc/tdefilereplace/projectdialog_main_window_1.png
Binary files differ