Blame help/th/word-completion.page

Packit 6978fb
Packit 6978fb
<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">
Packit 6978fb
Packit 6978fb
  <info>
Packit 6978fb
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
Packit 6978fb
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
Packit 6978fb
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Jim Campbell</name>
Packit 6978fb
      <email its:translate="no">jwcampbell@gmail.com</email>
Packit 6978fb
    </credit>
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Paul Weaver</name>
Packit 6978fb
      <email its:translate="no">ch3pjw@bath.ac.uk</email>
Packit 6978fb
    </credit>
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Sindhu S</name>
Packit 6978fb
      <email its:translate="no">sindhus@live.in</email>
Packit 6978fb
    </credit>
Packit 6978fb
Packit 6978fb
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
Packit 6978fb
Packit 6978fb
    <desc>Autocomplete words or portions of code as you type.</desc>
Packit 6978fb
  </info>
Packit 6978fb
Packit 6978fb
  <title>Word Completion</title>
Packit 6978fb
Packit 6978fb
  

The <app>Word Completion</app> plugin can speed up your editing by

Packit 6978fb
  suggesting completions of words as you type. To enable the plugin:

Packit 6978fb
Packit 6978fb
  <steps>
Packit 6978fb
    <item>
Packit 6978fb
      

Select <guiseq><gui style="menu">Edit</gui>

Packit 6978fb
      <gui style="menuitem">Preferences</gui>
Packit 6978fb
      <gui style="tab">Plugins</gui></guiseq>.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      

Select <gui style="menuitem">Word Completion</gui> to enable the

Packit 6978fb
      plugin.

Packit 6978fb
    </item>
Packit 6978fb
  </steps>
Packit 6978fb
Packit 6978fb
  

While editing, the <app>Word Completion</app> plugin will automatically

Packit 6978fb
  display a pop-up list of words that begin with the letters you have already
Packit 6978fb
  typed. Word suggestions are based upon words that appear elsewhere in your
Packit 6978fb
  document and upon pre-defined keywords if your document is of a recognised
Packit 6978fb
  format.

Packit 6978fb
Packit 6978fb
  

To insert a suggested word, double-click on it in the pop-up list or press

Packit 6978fb
  <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the
Packit 6978fb
  number displayed next to your desired word.

Packit 6978fb
Packit 6978fb
</page>