[gedit] Added documentation page stubs for several plugins
- From: Jim Campbell <jcampbell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Added documentation page stubs for several plugins
- Date: Sat, 13 Aug 2011 14:48:01 +0000 (UTC)
commit f065913c98fdaa258b4a143c55af56f405c0e472
Author: Jim Campbell <jwcampbell gmail com>
Date: Sat Aug 13 09:14:05 2011 -0500
Added documentation page stubs for several plugins
help/C/gedit-plugins-bookmarks.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-character-map.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-code-comment.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-color-picker.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-commander.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-draw-spaces.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-join-split-lines.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-multi-edit.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-quick-open.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-session-saver.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-snippets.page.stub | 32 +++++++++++++++++++++++
help/C/gedit-plugins-word-completion.page.stub | 32 +++++++++++++++++++++++
12 files changed, 384 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gedit-plugins-bookmarks.page.stub b/help/C/gedit-plugins-bookmarks.page.stub
new file mode 100644
index 0000000..3d00c72
--- /dev/null
+++ b/help/C/gedit-plugins-bookmarks.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-bookmarks">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Record commonly-referenced locations with bookmarks</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-character-map.page.stub b/help/C/gedit-plugins-character-map.page.stub
new file mode 100644
index 0000000..ccc702d
--- /dev/null
+++ b/help/C/gedit-plugins-character-map.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-character-map">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Insert special characters just by clicking on them</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-code-comment.page.stub b/help/C/gedit-plugins-code-comment.page.stub
new file mode 100644
index 0000000..ccae822
--- /dev/null
+++ b/help/C/gedit-plugins-code-comment.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-code-comment">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Comment-out or uncomment a block of code</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-color-picker.page.stub b/help/C/gedit-plugins-color-picker.page.stub
new file mode 100644
index 0000000..4f9e3e7
--- /dev/null
+++ b/help/C/gedit-plugins-color-picker.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-color-picker">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Pick a color from a dialog and insert its hexadecimal representation.</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-commander.page.stub b/help/C/gedit-plugins-commander.page.stub
new file mode 100644
index 0000000..f431f86
--- /dev/null
+++ b/help/C/gedit-plugins-commander.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-commander">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Use a command line interface for advanced editing</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-draw-spaces.page.stub b/help/C/gedit-plugins-draw-spaces.page.stub
new file mode 100644
index 0000000..e899d04
--- /dev/null
+++ b/help/C/gedit-plugins-draw-spaces.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-draw-spaces">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Show white space between words or portions of code</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-join-split-lines.page.stub b/help/C/gedit-plugins-join-split-lines.page.stub
new file mode 100644
index 0000000..c698a3f
--- /dev/null
+++ b/help/C/gedit-plugins-join-split-lines.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-join-split-lines">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Join several lines of text, or split long ones</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-multi-edit.page.stub b/help/C/gedit-plugins-multi-edit.page.stub
new file mode 100644
index 0000000..a9470d3
--- /dev/null
+++ b/help/C/gedit-plugins-multi-edit.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-multi-edit">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Edit a document in multiple places at once</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-quick-open.page.stub b/help/C/gedit-plugins-quick-open.page.stub
new file mode 100644
index 0000000..9f148a6
--- /dev/null
+++ b/help/C/gedit-plugins-quick-open.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-quick-open">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Quickly open files</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-session-saver.page.stub b/help/C/gedit-plugins-session-saver.page.stub
new file mode 100644
index 0000000..09343a9
--- /dev/null
+++ b/help/C/gedit-plugins-session-saver.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-session-saver">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Save and restore your working sessions</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-snippets.page.stub b/help/C/gedit-plugins-snippets.page.stub
new file mode 100644
index 0000000..b327154
--- /dev/null
+++ b/help/C/gedit-plugins-snippets.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-snippets">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Quickly insert often-used pieces of text</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/gedit-plugins-word-completion.page.stub b/help/C/gedit-plugins-word-completion.page.stub
new file mode 100644
index 0000000..4dc88e6
--- /dev/null
+++ b/help/C/gedit-plugins-word-completion.page.stub
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-word-completion">
+ <info>
+ <revision version="0.1" date="2011-08-13" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Jim Campbell</name>
+ <email>jwcampbell gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc></desc>
+ </info>
+
+ <title>Autocomplete words or portions of code as you type</title>
+
+ <comment>
+ <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+ <p>This assumes the reader knows how to.... By the end of this page,
+ the reader will be able to....</p>
+ </comment>
+
+ <p>Short introductory text...</p>
+
+ <steps>
+ <item><p>First step...</p></item>
+ <item><p>Second step...</p></item>
+ <item><p>Third step...</p></item>
+ </steps>
+
+</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]