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

« back to all changes in this revision

Viewing changes to help/it/word-completion.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-word-completion" xml:lang="it">
 
3
 
 
4
  <info>
 
5
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
 
6
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
    <credit type="author">
 
13
      <name>Paul Weaver</name>
 
14
      <email its:translate="no">ch3pjw@bath.ac.uk</email>
 
15
    </credit>
 
16
    <credit type="author">
 
17
      <name>Sindhu S</name>
 
18
      <email its:translate="no">sindhus@live.in</email>
 
19
    </credit>
 
20
 
 
21
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
 
22
 
 
23
    <desc>Autocomplete words or portions of code as you type.</desc>
 
24
  </info>
 
25
 
 
26
  <title>Word Completion</title>
 
27
 
 
28
  <p>The <app>Word Completion</app> plugin can speed up your editing by
 
29
  suggesting completions of words as you type. To enable the plugin:</p>
 
30
 
 
31
  <steps>
 
32
    <item>
 
33
      <p>Select <guiseq><gui style="menu">Edit</gui>
 
34
      <gui style="menuitem">Preferences</gui>
 
35
      <gui style="tab">Plugins</gui></guiseq>.</p>
 
36
    </item>
 
37
    <item>
 
38
      <p>Select <gui style="menuitem">Word Completion</gui> to enable the
 
39
      plugin.</p>
 
40
    </item>
 
41
  </steps>
 
42
 
 
43
  <p>While editing, the <app>Word Completion</app> plugin will automatically
 
44
  display a pop-up list of words that begin with the letters you have already
 
45
  typed. Word suggestions are based upon words that appear elsewhere in your
 
46
  document and upon pre-defined keywords if your document is of a recognised
 
47
  format.</p>
 
48
 
 
49
  <p>To insert a suggested word, double-click on it in the pop-up list or press
 
50
  <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the
 
51
  number displayed next to your desired word.</p>
 
52
 
 
53
</page>