diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
commit | 3de7b2ff3d097ba779f544620552852b7939b511 (patch) | |
tree | 25904a33388da8bf7b574d39ed46980972c9f9a8 /doc/fr/autogen/user/aspell_commands.txt | |
parent | cbc47ece3d717b4acd9fe3e5b4c435b5ccc5ffc5 (diff) | |
download | weechat-3de7b2ff3d097ba779f544620552852b7939b511.zip |
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988)
New options in command /aspell:
- "enable": enable aspell
- "disable": disable aspell
- "toggle": toggle aspell
Options renamed in command /aspell:
- "enable" renamed to "setdict" (set dictionary for current buffer)
- "disable" renamed to "deldict" (delete dictionary used on current buffer)
- "dictlist" renamed to "listdict" (show installed dictionaries)
Diffstat (limited to 'doc/fr/autogen/user/aspell_commands.txt')
-rw-r--r-- | doc/fr/autogen/user/aspell_commands.txt | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/fr/autogen/user/aspell_commands.txt b/doc/fr/autogen/user/aspell_commands.txt index 9ec7b1f44..7433c6477 100644 --- a/doc/fr/autogen/user/aspell_commands.txt +++ b/doc/fr/autogen/user/aspell_commands.txt @@ -1,19 +1,26 @@ [[command_aspell_aspell]] [command]*`aspell`* configuration de l'extension aspell:: ........................................ -/aspell dictlist - enable <langue> - disable +/aspell enable|disable|toggle + listdict + setdict <langue> + deldict addword [<langue>] <mot> -dictlist: afficher les dictionnaires installés - enable: activer aspell sur le tampon courant - disable: désactiver aspell sur le tampon courant + enable: activer aspell + disable: désactiver aspell + toggle: activer/désactiver aspell +listdict: afficher les dictionnaires installés + setdict: définir le dictionnaire pour le tampon courant + deldict: supprimer le dictionnaire utilisé sur le tampon courant addword: ajouter un mot dans le dictionnaire personnel aspell Les lignes d'entrée commençant par '/' ne sont pas vérifiées, sauf pour certaines commandes (voir /set aspell.check.commands). Pour activer aspell sur tous les tampons, utilisez l'option "default_dict", par exemple : /set aspell.check.default_dict "en" + /aspell enable + +La touche par défaut pour activer/désactiver aspell est alt-s. ........................................ |