summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorsakib <[email protected]>2019-05-16 01:08:55 +0600
committerraveit65 <[email protected]>2019-05-16 12:16:00 +0200
commitc4dffd769c574184cc7a9bd3eab128ffd6a60801 (patch)
treedf489a94125fc94d16dd5c649fe9235fe4c1a9c2 /help
parentaf2f5a6846c53451a7c20aee8d6826c2c89d6971 (diff)
downloadpluma-c4dffd769c574184cc7a9bd3eab128ffd6a60801.tar.bz2
pluma-c4dffd769c574184cc7a9bd3eab128ffd6a60801.tar.xz
add readmes and update plugins section of manual
Diffstat (limited to 'help')
-rw-r--r--help/C/index.docbook29
1 files changed, 26 insertions, 3 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook
index c3d9889c..4d97757b 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -1782,7 +1782,7 @@
</listitem>
<listitem>
<para>
- <application><!-- <link linkend="pluma-file-browser-plugin">File Browser</link>-->File Browser</application> allows you to browse your files and folders in the side pane.</para>
+ <xref linkend="pluma-file-browser-plugin"/> allows you to browse your files and folders in the side pane.</para>
</listitem>
<listitem>
<para>
@@ -1806,6 +1806,11 @@
</listitem>
<listitem>
<para>
+ <xref linkend="pluma-trailsave-plugin"/> allows you to strip trailing whitespaces in your document after saving.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<xref linkend="pluma-snippets-plugin"/> allows you to store frequently-used pieces of text and insert them quickly into a document.
</para>
</listitem>
@@ -2074,9 +2079,9 @@
<section xml:id="pluma-file-browser-plugin">
<info>
- <title>File Browser Plugin</title>
+ <title>File Browser Pane Plugin</title>
</info>
- <para>The <application>File Browser</application> Plugin shows your files and folders in the side pane, allowing you to quickly open files.</para>
+ <para>The <application>File Browser Pane</application> Plugin shows your files and folders in the side pane, allowing you to quickly open files.</para>
<para>To view the File Browser, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Side Pane</guimenuitem> </menuchoice> and then click on the tab showing the File Browser icon at the bottom of the side pane.</para>
<section xml:id="pluma-file-browser-plugin-browsing">
@@ -2251,6 +2256,24 @@
</caution>
</section>
+ <section xml:id="pluma-trailsave-plugin">
+ <info>
+ <title>Save Without Trailing Spaces Plugin</title>
+ </info>
+ <para>The <application>Save Without Trailing Spaces</application> Plugin removes whitespace characters such as space (<command>˽</command>), tab (<command>\t</command>), carriage returns (<command>\r</command>) etc. from the end of a line. To use the Save Without Trailing Spaces plugin, perform the following steps:</para>
+ <orderedlist inheritnum="ignore" continuation="restarts">
+ <listitem>
+ <para>Enable the plugin as described in <xref linkend="pluma-prefs-plugins"/>.</para>
+ </listitem>
+ <listitem>
+ <para>When your document is ready, save it.</para>
+ </listitem>
+ <listitem>
+ <para>You will see that any trailing whitespaces has been stripped after the document has been saved.</para>
+ </listitem>
+ </orderedlist>
+ </section>
+
<section xml:id="pluma-snippets-plugin">
<info>
<title>Snippets Plugin</title>