diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-31 19:40:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-31 19:40:41 +0100 |
commit | 6983d34e884bf21c72990a9ad4ab7cad35f0c555 (patch) | |
tree | 7de0fbe4516a39f438d791dc8671dc5335771062 /doc/fr/autogen/user | |
parent | 5d2382caab50d046a1a8abddeb34d7a545b9ea12 (diff) | |
download | weechat-6983d34e884bf21c72990a9ad4ab7cad35f0c555.zip |
aspell: optimization on spellers to improve speed (save state by buffer), add info "aspell_dict", add completion "aspell_dicts"
Two hashtables have been added to store the spellers currently used (in all
buffers) and info for each buffer: array with pointers to spellers and state of
aspell for this buffer.
Therefore the spellers are not destroyed and created again on each buffer switch,
or each time screen is refreshed when window is split.
Diffstat (limited to 'doc/fr/autogen/user')
-rw-r--r-- | doc/fr/autogen/user/aspell_commands.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fr/autogen/user/aspell_commands.txt b/doc/fr/autogen/user/aspell_commands.txt index 7433c6477..7e96140d0 100644 --- a/doc/fr/autogen/user/aspell_commands.txt +++ b/doc/fr/autogen/user/aspell_commands.txt @@ -3,15 +3,15 @@ ........................................ /aspell enable|disable|toggle listdict - setdict <langue> + setdict <dict>[,<dict>...] deldict - addword [<langue>] <mot> + addword [<dict>] <mot> 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 + setdict: définir le dictionnaire pour le tampon courant (plusieurs dictionnaires peuvent être séparés par une virgule) deldict: supprimer le dictionnaire utilisé sur le tampon courant addword: ajouter un mot dans le dictionnaire personnel aspell |