diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-02 20:50:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-02 20:50:35 +0200 |
commit | 68a3aca643733713427dbd7686bb49206a21b943 (patch) | |
tree | c7fa80fd9a7fb2401ccaf557f093d0b72185d3d8 /doc/it | |
parent | 6fe354439ced7b110a7aae43784924ba264d2aa8 (diff) | |
download | weechat-68a3aca643733713427dbd7686bb49206a21b943.zip |
plugins: use a different plugin priority for each scripting language
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_api_plugins_priority.it.adoc | 9 | ||||
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 64 |
2 files changed, 40 insertions, 33 deletions
diff --git a/doc/it/includes/autogen_api_plugins_priority.it.adoc b/doc/it/includes/autogen_api_plugins_priority.it.adoc index daccda73c..c4cdc44c9 100644 --- a/doc/it/includes/autogen_api_plugins_priority.it.adoc +++ b/doc/it/includes/autogen_api_plugins_priority.it.adoc @@ -16,7 +16,14 @@ . xfer (7000) . irc (6000) . relay (5000) -. guile, javascript, lua, perl, php, python, ruby, tcl (4000) +. guile (4007) +. javascript (4006) +. lua (4005) +. perl (4004) +. php (4003) +. python (4002) +. ruby (4001) +. tcl (4000) . script (3000) . fset (2000) // end::plugins_priority[] diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index c4c42fa76..8b3f5d0b6 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -3143,117 +3143,117 @@ ** valore predefinito: `+""+` // end::relay_options[] -// tag::javascript_options[] -* [[option_javascript.look.check_license]] *javascript.look.check_license* +// tag::guile_options[] +* [[option_guile.look.check_license]] *guile.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::javascript_options[] +// end::guile_options[] -// tag::ruby_options[] -* [[option_ruby.look.check_license]] *ruby.look.check_license* +// tag::javascript_options[] +* [[option_javascript.look.check_license]] *javascript.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::ruby_options[] +// end::javascript_options[] -// tag::guile_options[] -* [[option_guile.look.check_license]] *guile.look.check_license* +// tag::lua_options[] +* [[option_lua.look.check_license]] *lua.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::guile_options[] +// end::lua_options[] -// tag::tcl_options[] -* [[option_tcl.look.check_license]] *tcl.look.check_license* +// tag::perl_options[] +* [[option_perl.look.check_license]] *perl.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::tcl_options[] +// end::perl_options[] -// tag::perl_options[] -* [[option_perl.look.check_license]] *perl.look.check_license* +// tag::php_options[] +* [[option_php.look.check_license]] *php.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::perl_options[] +// end::php_options[] -// tag::php_options[] -* [[option_php.look.check_license]] *php.look.check_license* +// tag::python_options[] +* [[option_python.look.check_license]] *python.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::php_options[] +// end::python_options[] -// tag::lua_options[] -* [[option_lua.look.check_license]] *lua.look.check_license* +// tag::ruby_options[] +* [[option_ruby.look.check_license]] *ruby.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::lua_options[] +// end::ruby_options[] -// tag::python_options[] -* [[option_python.look.check_license]] *python.look.check_license* +// tag::tcl_options[] +* [[option_tcl.look.check_license]] *tcl.look.check_license* ** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* ** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` -// end::python_options[] +// end::tcl_options[] // tag::script_options[] * [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* |