Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<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="th">

  <info>
    <revision pkgversion="3.8" date="2013-02-24" 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 xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>

    <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. To enable the plugin:</p>

  <steps>
    <item>
      <p>Select <guiseq><gui style="menu">Edit</gui>
      <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>