summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-10-02 20:50:35 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-10-02 20:50:35 +0200
commit68a3aca643733713427dbd7686bb49206a21b943 (patch)
treec7fa80fd9a7fb2401ccaf557f093d0b72185d3d8 /doc/en
parent6fe354439ced7b110a7aae43784924ba264d2aa8 (diff)
downloadweechat-68a3aca643733713427dbd7686bb49206a21b943.zip
plugins: use a different plugin priority for each scripting language
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/includes/autogen_api_plugins_priority.en.adoc9
-rw-r--r--doc/en/includes/autogen_user_options.en.adoc64
2 files changed, 40 insertions, 33 deletions
diff --git a/doc/en/includes/autogen_api_plugins_priority.en.adoc b/doc/en/includes/autogen_api_plugins_priority.en.adoc
index daccda73c..c4cdc44c9 100644
--- a/doc/en/includes/autogen_api_plugins_priority.en.adoc
+++ b/doc/en/includes/autogen_api_plugins_priority.en.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/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc
index 433dab18d..31893fb22 100644
--- a/doc/en/includes/autogen_user_options.en.adoc
+++ b/doc/en/includes/autogen_user_options.en.adoc
@@ -3143,117 +3143,117 @@
** default value: `+""+`
// 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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
+* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
+* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
+* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
+* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
+* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
+* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
+* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+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*
** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
** type: boolean
** values: on, off
** default value: `+off+`
-* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
+* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** description: 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]
** type: boolean
** values: on, off
** default value: `+on+`
-// end::python_options[]
+// end::tcl_options[]
// tag::script_options[]
* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded*