summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/plugin_api/hdata.txt2
-rw-r--r--doc/en/autogen/plugin_api/hdata.txt2
-rw-r--r--doc/en/weechat_plugin_api.en.txt5
-rw-r--r--doc/fr/autogen/plugin_api/hdata.txt2
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt5
-rw-r--r--doc/it/autogen/plugin_api/hdata.txt2
-rw-r--r--doc/it/weechat_plugin_api.it.txt8
7 files changed, 26 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt
index e41eb7dbc..ad01b9b1e 100644
--- a/doc/de/autogen/plugin_api/hdata.txt
+++ b/doc/de/autogen/plugin_api/hdata.txt
@@ -245,6 +245,8 @@
'text_search_found' (integer) +
'text_search_input' (string) +
'highlight_words' (string) +
+ 'highlight_regex' (string) +
+ 'highlight_regex_compiled' (pointer) +
'highlight_tags' (string) +
'highlight_tags_count' (integer) +
'highlight_tags_array' (pointer) +
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt
index d2cde56ee..30810edcf 100644
--- a/doc/en/autogen/plugin_api/hdata.txt
+++ b/doc/en/autogen/plugin_api/hdata.txt
@@ -245,6 +245,8 @@
'text_search_found' (integer) +
'text_search_input' (string) +
'highlight_words' (string) +
+ 'highlight_regex' (string) +
+ 'highlight_regex_compiled' (pointer) +
'highlight_tags' (string) +
'highlight_tags_count' (integer) +
'highlight_tags_array' (pointer) +
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 4000b3920..6286e657d 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -8756,6 +8756,7 @@ Arguments:
** 'input': input text
** 'text_search_input': input saved before text search
** 'highlight_words': list of words to highlight
+** 'highlight_regex': regular expression for highlight
** 'highlight_tags': list of tags to highlight
** 'hotlist_max_level_nicks': max hotlist level for some nicks
** 'localvar_xxx': get content of local variable "xxx" (replace "xxx" by the
@@ -8806,6 +8807,7 @@ Arguments:
* 'property': property name:
** 'plugin': pointer to plugin which created this buffer (NULL for WeeChat main
buffer)
+** 'highlight_regex_compiled': regular expression 'highlight_regex' compiled
Return value:
@@ -8911,6 +8913,9 @@ Arguments:
| highlight_words_del | comma separated list of words |
comma separated list of words to remove from highlighted words on buffer
+| highlight_regex | any string |
+ regular expression for highlight
+
| highlight_tags | comma separated list of tags |
comma separated list of tags to highlight in this buffer
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt
index 0bedc9788..c9fb6ac03 100644
--- a/doc/fr/autogen/plugin_api/hdata.txt
+++ b/doc/fr/autogen/plugin_api/hdata.txt
@@ -245,6 +245,8 @@
'text_search_found' (integer) +
'text_search_input' (string) +
'highlight_words' (string) +
+ 'highlight_regex' (string) +
+ 'highlight_regex_compiled' (pointer) +
'highlight_tags' (string) +
'highlight_tags_count' (integer) +
'highlight_tags_array' (pointer) +
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 7090c3e0c..3dd210a98 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -8892,6 +8892,7 @@ Paramètres :
** 'input' : texte saisi
** 'text_search_input' : texte saisi sauvegardé avant la recherche de texte
** 'highlight_words' : liste des mots pour le highlight
+** 'highlight_regex' : expression régulière pour le highlight
** 'highlight_tags' : liste des étiquettes pour le highlight
** 'hotlist_max_level_nicks' : niveau maximum pour la hotlist pour certains
pseudos
@@ -8943,6 +8944,7 @@ Paramètres :
* 'property' : nom de la propriété :
** 'plugin' : pointeur vers l'extension qui a créé le tampon (NULL pour le
tampon principal WeeChat)
+** 'highlight_regex_compiled' : expression régulière 'highlight_regex' compilée
Valeur de retour :
@@ -9055,6 +9057,9 @@ Paramètres :
liste de mots à supprimer de la liste des mots à mettre en valeur dans ce
tampon
+| highlight_regex | toute chaîne |
+ expression régulière pour le highlight
+
| highlight_tags | liste d'étiquettes ("tags") séparées par des virgules |
liste d'étiquettes ("tags") à mettre en valeur pour ce tampon
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt
index 1ad1aceec..0114c6110 100644
--- a/doc/it/autogen/plugin_api/hdata.txt
+++ b/doc/it/autogen/plugin_api/hdata.txt
@@ -245,6 +245,8 @@
'text_search_found' (integer) +
'text_search_input' (string) +
'highlight_words' (string) +
+ 'highlight_regex' (string) +
+ 'highlight_regex_compiled' (pointer) +
'highlight_tags' (string) +
'highlight_tags_count' (integer) +
'highlight_tags_array' (pointer) +
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 0abdc74be..be742af38 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -8814,6 +8814,8 @@ Argomenti:
** 'input': testo in ingresso
** 'text_search_input': input salvato prima della ricerca nel testo
** 'highlight_words': elenco di parole da evidenziare
+// TRANSLATION MISSING
+** 'highlight_regex': regular expression for highlight
** 'highlight_tags': elenco di tag da evidenziare
** 'hotlist_max_level_nicks': livello massimo della hotlist per alcuni nick
** 'localvar_xxx': ottiene il contenuto della variabile locale "xxx"
@@ -8864,6 +8866,8 @@ Argomenti:
* 'property': nome proprietà:
** 'plugin': puntatore al plugin che ha creato questo buffer (NULL
per il buffer principale di WeeChat)
+// TRANSLATION MISSING
+** 'highlight_regex_compiled': regular expression 'highlight_regex' compiled
Valore restituito:
@@ -8978,6 +8982,10 @@ Argomenti:
elenco di parole separate da virgole da rimuovere dalle
parole evidenziate nel buffer
+// TRANSLATION MISSING
+| highlight_regex | qualsiasi stringa |
+ regular expression for highlight
+
| highlight_tags | elenco separato da virgole di tag |
elenco separato da virgole di tag da evidenziare in questo buffer