summaryrefslogtreecommitdiff
path: root/doc/de/autogen/aspell_options.xml
blob: 4977904a8a040cdcf9ebdfc9e2587c7715739517 (plain)
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
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!--
     ********* WARNING! *********

     This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
     docgen.pl builds XML doc files to include in many languages
-->

<command>aspell.check.commands</command>: comma separated list of commands for which spell checking is enabled (spell checking is disabled for all other commands)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: 'ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic')</para>
  </listitem>
</itemizedlist>

<command>aspell.check.default_dict</command>: default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable aspell on buffers for which you didn't explicitely enabled it)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '')</para>
  </listitem>
</itemizedlist>

<command>aspell.check.during_search</command>: check words during text search in buffer
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>aspell.check.real_time</command>: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>aspell.check.word_min_length</command>: minimum length for a word to be spell checked (use 0 to check all words)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 2)</para>
  </listitem>
</itemizedlist>

<command>aspell.look.color</command>: color used for mispelled words
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightred)</para>
  </listitem>
</itemizedlist>