~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to help/uk/terminal.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-terminal" xml:lang="uk">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
 
6
    <link type="seealso" xref="gedit-plugins-pyconsole"/>
 
7
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>Jim Campbell</name>
 
11
      <email its:translate="no">jwcampbell@gmail.com</email>
 
12
    </credit>
 
13
    <credit type="author">
 
14
      <name>Sindhu S</name>
 
15
      <email its:translate="no">sindhus@live.in</email>
 
16
    </credit>
 
17
 
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
 
19
 
 
20
    <desc>Add a terminal console to the bottom pane.</desc>
 
21
  </info>
 
22
 
 
23
  <title>Embedded Terminal</title>
 
24
 
 
25
  <p><app>gedit</app> makes it possible to include an embedded version of
 
26
  <app>GNOME Terminal</app>, the GNOME command-line application, in the bottom
 
27
  pane of the <app>gedit</app> window. This will let you run scripts, install
 
28
  needed software, or test your program without leaving <app>gedit</app>.</p>
 
29
 
 
30
<section id="enable-embedded-terminal">
 
31
  <title>Enable Embedded Terminal</title>
 
32
 
 
33
  <steps>
 
34
    <title>To enable the <app>Embedded Terminal</app> plugin:</title>
 
35
    <item>
 
36
      <p>Select <guiseq><gui style="menu">gedit</gui>
 
37
      <gui style="menuitem">Preferences</gui>
 
38
      <gui style="tab">Plugins</gui></guiseq>.</p>
 
39
    </item>
 
40
    <item>
 
41
      <p>Select <gui style="menuitem">Embedded Terminal</gui> to enable the
 
42
      plugin.</p>
 
43
    </item>
 
44
  </steps>
 
45
 
 
46
</section>
 
47
 
 
48
<section id="using-embedded-terminal">
 
49
  <title>Using Embedded Terminal</title>
 
50
 
 
51
  <p>Once you have enabled the plugin, to add a terminal to the bottom
 
52
  pane:</p>
 
53
 
 
54
  <steps>
 
55
    <item>
 
56
      <p>Select <guiseq><gui style="menu">View</gui>
 
57
      <gui style="menuitem">Bottom Pane</gui></guiseq>. Alternatively, you
 
58
      can press <keyseq><key>Ctrl</key><key>F9</key></keyseq>.</p>
 
59
    </item>
 
60
  </steps>
 
61
 
 
62
</section>
 
63
 
 
64
</page>