[gedit] added two basic pages for opening existing files and creating new files



commit fdba4c8f4c6a10d69e1cd22f36c8764d67d7a667
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Mar 12 18:02:21 2011 -0600

    added two basic pages for opening existing files and creating new files

 help/C/gedit-create-new-file.page |   19 +++++++++++++++++++
 help/C/gedit-open-files.page      |   28 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gedit-create-new-file.page b/help/C/gedit-create-new-file.page
new file mode 100644
index 0000000..2738991
--- /dev/null
+++ b/help/C/gedit-create-new-file.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-create-new-file">
+
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.5" date="2011-03-12" status="draft"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
+
+  <title>Create a new file</title>
+
+  <p>To create a new file in <app>gedit</app>, click the icon that looks like a blank piece of paper with a "plus" sign next to it, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>.</p>
+  <p>This will create a new file in the <app>gedit</app> window. If you already have another file open, the new file will appear as a new tab on the right-hand side of the existing file.</p>
+
+</page>
diff --git a/help/C/gedit-open-files.page b/help/C/gedit-open-files.page
new file mode 100644
index 0000000..90fc4ec
--- /dev/null
+++ b/help/C/gedit-open-files.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-open-files">
+
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.5" date="2011-03-12" status="draft"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
+
+  <title>Open existing files</title>
+
+  <p>To open files in <app>gedit</app>, click the <gui>Open</gui> button, or press <keyseq><key>Ctrl</key><key>O</key></keyseq>.</p>
+  <p>This will cause the file-selector dialog to appear. Use your mouse or keyboard to select the file that you wish to open, and then click <gui>Open</gui>. The file that you've selected will open in a new tab.</p>
+  <p>To close the file-selector dialog without opening a file, click <gui>Cancel</gui>.</p>
+
+  <note style="tip"><p>You can use the <key>Ctrl</key> and <key>Shift</key> keys to open more than one file at a time.  Holding down the <key>Ctrl</key> key while you select multiple files will open each of the files that you select.</p>
+
+  <!-- Insert Image Here -->
+
+  <p>Holding down the <key>Shift</key> while you select multiple files will open the first file that you select, the last file that you select, and all of the files in between.</p></note>
+
+  <!-- Insert Image Here -->
+
+</page>



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