[gnome-terminal/wip/mallard-merge: 235/278] help: stubbed txt-select-text.page



commit 2aca27331b020cf1aa573136e8f922a9d13a7b40
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat Mar 2 21:01:12 2013 +0000

    help: stubbed txt-select-text.page
    
    Page is not ready for users.

 help/C/txt-select-text.page      |   64 ------------------------------
 help/C/txt-select-text.page.stub |   81 ++++++++++++++++++++++++++++++++++++++
 help/Makefile.am                 |    1 -
 3 files changed, 81 insertions(+), 65 deletions(-)
---
diff --git a/help/C/txt-select-text.page.stub b/help/C/txt-select-text.page.stub
new file mode 100644
index 0000000..7454b6d
--- /dev/null
+++ b/help/C/txt-select-text.page.stub
@@ -0,0 +1,81 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="txt-select-text">
+  <info>
+    <revision version="0.1" date="2013-03-02" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+    <credit type="copyright editor">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756 gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <link type="guide" xref="index#textoutput"/>
+    <link type="seelaso" xref="txt-copy-paste"/>
+
+    <desc>Selecting text in <app>Terminal</app>.</desc>
+
+  </info>
+
+  <title>Text selection</title>
+
+  <!-- The important thing for users here is how to use the
+  "Select-by-word characters" preference, not how to select text as selecting
+  text is universal, while the preference option is specific to the
+  terminal. Explain how to use this preference in more detail. Keep indenting
+  consistent. -->
+  <p>Before you can copy text from <app>Terminal</app>, you have mark your
+  selection. You can select text in <app>Terminal</app> in two different ways.
+  You can also set the selection criteria.</p>
+
+  <section id="select-text">
+    <title>Select text by word or line</title>
+
+  <p>To select a word in <app>Terminal</app> output:</p>
+
+  <steps>
+    <item>
+      <p>Double click on the desired word.</p>
+    </item>
+  </steps>
+
+  <p>To select a line in <app>Terminal</app> output:</p>
+
+  <steps>
+    <item>
+      <p>Triple click on the desired line.</p>
+    </item>
+  </steps>
+
+  </section>
+
+  <section id="selection-range">
+    <title>Change selection range</title>
+
+  <p>You can define selection criteria for text in <app>Terminal</app>. You can
+  allow <app>Terminal</app> to select only alphabets in words or words with
+  combinations of numbers and special characters. To specify the range of
+  characters that can be selected:</p>
+
+  <steps>
+    <item>
+      <p>Select <guiseq><gui style="menu">Edit</gui>
+      <gui style="menuitem">Profile Preferences</gui>
+      <gui style="tab">General</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>In the input box for <gui>Select-by-word characters</gui> edit the
+      default range to suit your requirements. By default, text selection
+      includes all characters with numbers and special characters. Your
+      preferences will be saved automatically.</p>
+    </item>
+  </steps>
+
+  </section>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index cf70ab8..6804cc3 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -41,7 +41,6 @@ HELP_FILES = \
        txt-copy-paste.page \
        txt-links.page \
        txt-search.page \
-       txt-select-text.page \
        $(NULL)
 
 HELP_LINGUAS = ca cs da de el en_GB es fr gl it ko oc pt_BR ro ru sl sv te uk zh_CN


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