summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/plugin_api
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-17 11:51:50 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-17 11:51:50 +0200
commit600ee3ddf37c070cab373346661d55718d2130b9 (patch)
treeff8c99c98ed7c4371eb4a6641a056d9b28ac6c71 /doc/fr/autogen/plugin_api
parentc6249603368de12acfac60868d4bddd18d29abba (diff)
downloadweechat-600ee3ddf37c070cab373346661d55718d2130b9.zip
core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes)
Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both
Diffstat (limited to 'doc/fr/autogen/plugin_api')
-rw-r--r--doc/fr/autogen/plugin_api/hdata.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt
index 260c6cc1e..66c66a9ed 100644
--- a/doc/fr/autogen/plugin_api/hdata.txt
+++ b/doc/fr/autogen/plugin_api/hdata.txt
@@ -529,6 +529,9 @@
'num_history' (integer) +
'text_search' (integer) +
'text_search_exact' (integer) +
+ 'text_search_regex' (integer) +
+ 'text_search_regex_compiled' (pointer) +
+ 'text_search_where' (integer) +
'text_search_found' (integer) +
'text_search_input' (string) +
'highlight_words' (string) +