File: word-completion.page

package info (click to toggle)
gedit-plugins 48.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,084 kB
  • sloc: python: 2,730; ansic: 2,549; xml: 199; makefile: 11
file content (57 lines) | stat: -rw-r--r-- 2,017 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="plugin-word-completion">

  <info>
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
    <revision pkgversion="3.34" date="2020-02-09" status="review"/>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Paul Weaver</name>
      <email its:translate="no">ch3pjw@bath.ac.uk</email>
    </credit>
    <credit type="author">
      <name>Sindhu S</name>
      <email its:translate="no">sindhus@live.in</email>
    </credit>

    <include href="legal-plugins.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Autocomplete words or portions of code as you type.</desc>
  </info>

  <title>Word Completion</title>

  <p>The <app>Word Completion</app> plugin can speed up your editing by
  suggesting completions of words as you type.</p>

  <steps>
    <title>To enable the plugin:</title>
    <item>
      <p>Press the menu button in the top-right corner of the window and select
      <guiseq><gui style="menuitem">Preferences</gui>
      <gui style="tab">Plugins</gui></guiseq>.</p>
    </item>
    <item>
      <p>Select <gui style="menuitem">Word Completion</gui> to enable the
      plugin.</p>
    </item>
  </steps>

  <p>While editing, the <app>Word Completion</app> plugin will automatically
  display a pop-up list of words that begin with the letters you have already
  typed. Word suggestions are based upon words that appear elsewhere in your
  document and upon pre-defined keywords if your document is of a recognised
  format.</p>

  <p>To insert a suggested word, double-click on it in the pop-up list or press
  <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the
  number displayed next to your desired word.</p>

</page>