From 13b1d64aa1b63778b14f9e97c91847d1b7d96571 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 18 Aug 2012 09:01:26 +0200 Subject: [PATCH] script: add option "search" for command /script (completion with script tags) --- doc/de/autogen/plugin_api/completions.txt | 2 + doc/de/autogen/user/script_commands.txt | 3 + doc/en/autogen/plugin_api/completions.txt | 2 + doc/en/autogen/user/script_commands.txt | 3 + doc/fr/autogen/plugin_api/completions.txt | 2 + doc/fr/autogen/user/script_commands.txt | 3 + doc/it/autogen/plugin_api/completions.txt | 2 + doc/it/autogen/user/script_commands.txt | 3 + doc/ja/autogen/plugin_api/completions.txt | 2 + doc/ja/autogen/user/script_commands.txt | 3 + po/cs.po | 14 +- po/de.po | 14 +- po/es.po | 14 +- po/fr.po | 23 ++- po/hu.po | 14 +- po/it.po | 14 +- po/ja.po | 14 +- po/pl.po | 14 +- po/pt_BR.po | 14 +- po/ru.po | 14 +- po/weechat.pot | 13 +- src/plugins/script/script-command.c | 16 +- src/plugins/script/script-completion.c | 45 +++++ src/plugins/script/script-repo.c | 215 +++++++++++----------- src/plugins/script/script-repo.h | 3 +- 25 files changed, 323 insertions(+), 143 deletions(-) diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt index 0ce582e14..16f654ea2 100644 --- a/doc/de/autogen/plugin_api/completions.txt +++ b/doc/de/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | list of scripts installed (from repository) +| script | script_tags | tags of scripts in repository + | tcl | tcl_script | Liste der Skripten | weechat | bars_names | Namen der Infobars diff --git a/doc/de/autogen/user/script_commands.txt b/doc/de/autogen/user/script_commands.txt index 74bfbcaab..2d0c7e47b 100644 --- a/doc/de/autogen/user/script_commands.txt +++ b/doc/de/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* WeeChat scripts manager:: ........................................ /script list + search show