[gedit-plugins] Added documentation for Git plugin



commit f03ae1dfead1680c77ebeefa2045b202ac1740d7
Author: Aleksandra Hankus <ola hankus gmail com>
Date:   Fri Oct 25 11:06:22 2013 +0200

    Added documentation for Git plugin

 help/C/git.page  |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am |    1 +
 2 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/help/C/git.page b/help/C/git.page
new file mode 100644
index 0000000..aa93204
--- /dev/null
+++ b/help/C/git.page
@@ -0,0 +1,50 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="plugin-git">
+
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <revision version="3.10" date="2013-10-21" status="draft"/>
+
+    <credit type="author">
+      <name>Aleksandra Hankus</name>
+      <email its:translate="no">ola hankus gmail com</email>
+    </credit>
+
+    <desc>Highlight lines that have been changed since the last commit.</desc>
+  </info>
+
+  <title>Git</title>
+
+  <p>The <app>git</app> plugin will highlight lines that have been changed since
+  the last commit. Lines will be highlighted only on files that are already
+  tracked by git.</p>
+
+  <p>To enable the plugin, select <guiseq><gui style="menu">gedit</gui>
+  <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
+  <gui>Git</gui></guiseq>.</p>
+
+  <p>The changes are shown in the margin of the document in three different
+  colors:</p>
+  <terms>
+    <item>
+      <title>Green</title>
+      <p>Shows the new lines added to the document.</p>
+    </item>
+    <item>
+      <title>Orange</title>
+      <p>Shows the lines that have been modified in the document.</p>
+    </item>
+    <item>
+      <title>Red</title>
+      <p>Shows the parts of the document that have been deleted.</p>
+    </item>
+  </terms>
+
+  <note>
+    <p>Hover the mouse pointer on the red or orange margin to view the original
+    text in a tool tip.</p>
+  </note>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index dc38cf5..4538b2d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -12,6 +12,7 @@ HELP_FILES = \
        commander.page \
        dashboard.page \
        draw-spaces.page \
+       git.page \
        join-split-lines.page \
        legal-plugins.xml \
        multi-edit.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]