diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-01 12:26:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-01 12:26:48 +0200 |
commit | b29f18d7eac0980adb60ac04597ce616d8e199fe (patch) | |
tree | 5d2fc1da476b9fc785f388e6add97d27b20aa4f9 /doc/it/autogen/user/aspell_options.adoc | |
parent | 6ab7af705eff85ad63932f16b89fa7c555cf5e0d (diff) | |
download | weechat-b29f18d7eac0980adb60ac04597ce616d8e199fe.zip |
aspell: add options to control delimiters in suggestions (closes #940)
New options:
- aspell.color.suggestion_delimiter_dict
- aspell.color.suggestion_delimiter_word
- aspell.look.suggestion_delimiter_dict
- aspell.look.suggestion_delimiter_word
Option renamed:
- aspell.color.suggestions -> aspell.color.suggestion
Diffstat (limited to 'doc/it/autogen/user/aspell_options.adoc')
-rw-r--r-- | doc/it/autogen/user/aspell_options.adoc | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/doc/it/autogen/user/aspell_options.adoc b/doc/it/autogen/user/aspell_options.adoc index 52181e47c..35f1361c1 100644 --- a/doc/it/autogen/user/aspell_options.adoc +++ b/doc/it/autogen/user/aspell_options.adoc @@ -50,8 +50,32 @@ ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+lightred+` -* [[option_aspell.color.suggestions]] *aspell.color.suggestions* -** descrizione: pass:none[text color for suggestions on a misspelled word (status bar)] +* [[option_aspell.color.suggestion]] *aspell.color.suggestion* +** descrizione: pass:none[text color for suggestion on a misspelled word in bar item "aspell_suggest"] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+default+` + +* [[option_aspell.color.suggestion_delimiter_dict]] *aspell.color.suggestion_delimiter_dict* +** descrizione: pass:none[text color for delimiters displayed between two dictionaries in bar item "aspell_suggest"] +** tipo: colore +** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline +** valore predefinito: `+cyan+` + +* [[option_aspell.color.suggestion_delimiter_word]] *aspell.color.suggestion_delimiter_word* +** descrizione: pass:none[text color for delimiters displayed between two words in bar item "aspell_suggest"] +** tipo: colore +** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline +** valore predefinito: `+cyan+` + +* [[option_aspell.look.suggestion_delimiter_dict]] *aspell.look.suggestion_delimiter_dict* +** descrizione: pass:none[delimiter displayed between two dictionaries in bar item "aspell_suggest"] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+" / "+` + +* [[option_aspell.look.suggestion_delimiter_word]] *aspell.look.suggestion_delimiter_word* +** descrizione: pass:none[delimiter displayed between two words in bar item "aspell_suggest"] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+","+` |