summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-08-24 10:57:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-08-24 10:57:30 +0900
commit47234bdbd2ebdd5daef1513e6213f315752017a1 (patch)
tree28af4184c3458e5da239e2c71fddaba652acba78
parent9599fe545110b6d676da07e3361d52e1837b0e4c (diff)
downloadtdebase-47234bdb.tar.gz
tdebase-47234bdb.zip
Kate docbook: updated section related to General options.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/kate/configdialog01.pngbin44732 -> 96417 bytes
-rw-r--r--doc/kate/configdialog02.pngbin25384 -> 121700 bytes
-rw-r--r--doc/kate/configuring.docbook54
-rw-r--r--doc/kate/highlighting.docbook6
4 files changed, 56 insertions, 4 deletions
diff --git a/doc/kate/configdialog01.png b/doc/kate/configdialog01.png
index 17e22d7c9..baf5e13ca 100644
--- a/doc/kate/configdialog01.png
+++ b/doc/kate/configdialog01.png
Binary files differ
diff --git a/doc/kate/configdialog02.png b/doc/kate/configdialog02.png
index 70a7ecaed..d0d8f41b3 100644
--- a/doc/kate/configdialog02.png
+++ b/doc/kate/configdialog02.png
Binary files differ
diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook
index f7cd3bff6..7cac74751 100644
--- a/doc/kate/configuring.docbook
+++ b/doc/kate/configuring.docbook
@@ -82,23 +82,69 @@ the right.</para>
<sect2 id="config-dialog-general">
<title>The General Page</title>
-<para>This section contains a few global options for &kate;</para>
+<para>This section contains a few global options for &kate;.</para>
<variablelist>
<varlistentry>
+<term><anchor id="config-general-appearance"/>
+<guilabel>Appearance</guilabel></term>
+<listitem>
+<variablelist>
+
+<varlistentry>
<term><anchor id="config-dialog-general-show-full-path" />
-<guilabel>Show Full Path in Title</guilabel></term>
+<guilabel>Show full path in title</guilabel></term>
<listitem><para>When enabled, Kate will display the full URL of your
current document in the window title, rather than just the file name.</para>
</listitem>
</varlistentry>
<varlistentry>
+<term><anchor id="config-dialog-general-show-session-name" />
+<guilabel>Show session name in title</guilabel></term>
+<listitem><para>When enabled, Kate will display the name of the current
+session in the window title in addition to the file name.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term><anchor id="config-dialog-general-sort-file-alphabetically" />
+<guilabel>Sort files alphabetically in the file list</guilabel></term>
+<listitem><para>If enabled, Kate will sort the files in the file list alphabetically.
+If disabled, the files will be listed in the order they were opened.</para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+</listitem>
+</varlistentry><!-- /appearance group -->
+
+<varlistentry>
<term><anchor id="config-general-behavior"/>
<guilabel>Behavior</guilabel></term>
<listitem>
<variablelist>
+
+<varlistentry>
+<term>
+<anchor id="config-dialog-general-recent-files-number"/>
+<guibutton>Number of recent files</guibutton></term>
+<listitem><para>Sets the number of recent files remembered by &kate;.
+Note that if you set this field to a lower value than the current one, the list of files
+may get truncated and some items forgotten.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term>
+<anchor id="config-dialog-general-current-instance"/>
+<guibutton>Always use the current instance of kate to open new files</guibutton></term>
+<listitem><para>If enabled, all files opened from outside &kate; will reuse the
+current instance of Kate instead of starting a new one.</para>
+</listitem>
+</varlistentry>
+
<varlistentry>
<term>
<anchor id="config-dialog-general-sync-konsole"/>
@@ -128,7 +174,7 @@ modified file receives focus within the application.</para>
<varlistentry>
<term><anchor id="config-general-meta-data"/>
-<guilabel>Meta Data</guilabel></term>
+<guilabel>Meta Information</guilabel></term>
<listitem>
<variablelist>
@@ -151,7 +197,7 @@ reasonably sized.</para></listitem>
</variablelist>
</listitem>
-</varlistentry><!-- /meta data group -->
+</varlistentry><!-- /meta information group -->
</variablelist>
</sect2>
diff --git a/doc/kate/highlighting.docbook b/doc/kate/highlighting.docbook
index 3a64d9d2c..6c12a110f 100644
--- a/doc/kate/highlighting.docbook
+++ b/doc/kate/highlighting.docbook
@@ -84,6 +84,12 @@ linkend="config-dialog">Config Dialog</link>.</para>
mechanism in more detail. It is for you if you want to know about
it, or if you want to change or create syntax definitions.</para>
+<mediaobject>
+<imageobject>
+<imagedata format="PNG" fileref="configdialog02.png"/>
+</imageobject>
+</mediaobject>
+
<sect2 id="katehighlight-howitworks">
<title>How it Works</title>