File: tech-enchant.page

package info (click to toggle)
gnome-devel-docs 3.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 46,300 kB
  • ctags: 630
  • sloc: xml: 2,321; ansic: 2,040; python: 1,807; makefile: 747; sh: 504; cpp: 131
file content (27 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="tech-enchant" xml:lang="sv">
<info>
  <link type="guide" xref="tech" group="enchant"/>
  <desc>Real-time spell checking for text widgets</desc>
</info>

<title>Enchant</title>

  <p>
    Enchant provides an API to do spell-checking related tasks.  You can ask it
    if a word is misspelled, or ask for suggestions for a misspelled word.  On
    a higher level, a library such as GtkSpell lets you add "underline
    squiggles" for misspelled words to text widgets.
  </p>

  <p>
    In GNOME, Enchant gets used in text-heavy applications like Empathy (an
    instant messaging client) and Epiphany (a web browser, for text entry in
    web forms).
  </p>

  <list style="compact">
    <item><p><link href="http://www.abisource.com/projects/enchant/">Enchant home page</link></p></item>
  </list>

</page>