summaryrefslogtreecommitdiff
path: root/doc/de/autogen/plugin_api/infos.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-01-31 19:40:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-01-31 19:40:41 +0100
commit6983d34e884bf21c72990a9ad4ab7cad35f0c555 (patch)
tree7de0fbe4516a39f438d791dc8671dc5335771062 /doc/de/autogen/plugin_api/infos.txt
parent5d2382caab50d046a1a8abddeb34d7a545b9ea12 (diff)
downloadweechat-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/de/autogen/plugin_api/infos.txt')
-rw-r--r--doc/de/autogen/plugin_api/infos.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/infos.txt b/doc/de/autogen/plugin_api/infos.txt
index c591a61e1..7aca25544 100644
--- a/doc/de/autogen/plugin_api/infos.txt
+++ b/doc/de/autogen/plugin_api/infos.txt
@@ -2,6 +2,8 @@
|========================================
| Erweiterung | Name | Beschreibung | Argumente
+| aspell | aspell_dict | comma-separated list of dictionaries used in buffer | buffer pointer ("0x12345678") or buffer full name ("irc.freenode.#weechat")
+
| fifo | fifo_filename | Name der FIFO-Pipe | -
| irc | irc_buffer | holt Buffer Pointer für einen IRC Server/Channel/Nick | server,channel,nick (Channel und Nicks sind optional)