summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/guile_commands.txt25
-rw-r--r--doc/it/autogen/user/lua_commands.txt25
-rw-r--r--doc/it/autogen/user/perl_commands.txt25
-rw-r--r--doc/it/autogen/user/python_commands.txt25
-rw-r--r--doc/it/autogen/user/ruby_commands.txt25
-rw-r--r--doc/it/autogen/user/script_commands.txt26
-rw-r--r--doc/it/autogen/user/script_options.txt5
-rw-r--r--doc/it/autogen/user/tcl_commands.txt25
8 files changed, 97 insertions, 84 deletions
diff --git a/doc/it/autogen/user/guile_commands.txt b/doc/it/autogen/user/guile_commands.txt
index 1d91cf044..4e5febaeb 100644
--- a/doc/it/autogen/user/guile_commands.txt
+++ b/doc/it/autogen/user/guile_commands.txt
@@ -1,20 +1,21 @@
[[command_guile_guile]]
[command]*`guile`* elenca/carica/scarica script::
........................................
-/guile list|listfull [<nome>]
- load <nomefile>
+/guile list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................
diff --git a/doc/it/autogen/user/lua_commands.txt b/doc/it/autogen/user/lua_commands.txt
index 1b4e08404..51f4667a7 100644
--- a/doc/it/autogen/user/lua_commands.txt
+++ b/doc/it/autogen/user/lua_commands.txt
@@ -1,20 +1,21 @@
[[command_lua_lua]]
[command]*`lua`* elenca/carica/scarica script::
........................................
-/lua list|listfull [<nome>]
- load <nomefile>
+/lua list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................
diff --git a/doc/it/autogen/user/perl_commands.txt b/doc/it/autogen/user/perl_commands.txt
index 05538e37d..f35a4f947 100644
--- a/doc/it/autogen/user/perl_commands.txt
+++ b/doc/it/autogen/user/perl_commands.txt
@@ -1,20 +1,21 @@
[[command_perl_perl]]
[command]*`perl`* elenca/carica/scarica script::
........................................
-/perl list|listfull [<nome>]
- load <nomefile>
+/perl list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................
diff --git a/doc/it/autogen/user/python_commands.txt b/doc/it/autogen/user/python_commands.txt
index 112c37666..ece785399 100644
--- a/doc/it/autogen/user/python_commands.txt
+++ b/doc/it/autogen/user/python_commands.txt
@@ -1,20 +1,21 @@
[[command_python_python]]
[command]*`python`* elenca/carica/scarica script::
........................................
-/python list|listfull [<nome>]
- load <nomefile>
+/python list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................
diff --git a/doc/it/autogen/user/ruby_commands.txt b/doc/it/autogen/user/ruby_commands.txt
index bda36e1ef..90fe02669 100644
--- a/doc/it/autogen/user/ruby_commands.txt
+++ b/doc/it/autogen/user/ruby_commands.txt
@@ -1,20 +1,21 @@
[[command_ruby_ruby]]
[command]*`ruby`* elenca/carica/scarica script::
........................................
-/ruby list|listfull [<nome>]
- load <nomefile>
+/ruby list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................
diff --git a/doc/it/autogen/user/script_commands.txt b/doc/it/autogen/user/script_commands.txt
index 11133d35b..39708cfd5 100644
--- a/doc/it/autogen/user/script_commands.txt
+++ b/doc/it/autogen/user/script_commands.txt
@@ -5,21 +5,23 @@
search <text>
show <script>
load|unload|reload <script> [<script>...]
- install|remove|hold <script> [<script>...]
+ install|remove|installremove|hold [-q] <script> [<script>...]
upgrade
update
- list: list loaded scripts (all languages)
- search: search scripts by tags or text and display result on scripts buffer
- show: show detailed info about a script
- load: load script(s)
- unload: unload script(s)
- reload: reload script(s)
- install: install/upgrade script(s)
- remove: remove script(s)
- hold: hold/unhold script(s) (a script held will not be upgraded any more and cannot be removed)
- upgrade: upgrade all installed scripts which are obsolete (new version available)
- update: update local scripts cache
+ list: list loaded scripts (all languages)
+ search: search scripts by tags or text and display result on scripts buffer
+ show: show detailed info about a script
+ load: load script(s)
+ unload: unload script(s)
+ reload: reload script(s)
+ install: install/upgrade script(s)
+ remove: remove script(s)
+installremove: install or remove script(s), depending on current state
+ hold: hold/unhold script(s) (a script held will not be upgraded any more and cannot be removed)
+ -q: quiet mode: do not display messages
+ upgrade: upgrade all installed scripts which are obsolete (new version available)
+ update: update local scripts cache
Without argument, this command opens a buffer with list of scripts.
diff --git a/doc/it/autogen/user/script_options.txt b/doc/it/autogen/user/script_options.txt
index 3a3c5fd54..3444b7941 100644
--- a/doc/it/autogen/user/script_options.txt
+++ b/doc/it/autogen/user/script_options.txt
@@ -133,6 +133,11 @@
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"%s %n %V %v %u | %d | %t"`)
+* [[option_script.look.quiet_actions]] *script.look.quiet_actions*
+** descrizione: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)`
+** tipo: bool
+** valori: on, off (valore predefinito: `on`)
+
* [[option_script.look.sort]] *script.look.sort*
** descrizione: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date`
** tipo: stringa
diff --git a/doc/it/autogen/user/tcl_commands.txt b/doc/it/autogen/user/tcl_commands.txt
index 7b7502087..d53abf046 100644
--- a/doc/it/autogen/user/tcl_commands.txt
+++ b/doc/it/autogen/user/tcl_commands.txt
@@ -1,20 +1,21 @@
[[command_tcl_tcl]]
[command]*`tcl`* elenca/carica/scarica script::
........................................
-/tcl list|listfull [<nome>]
- load <nomefile>
+/tcl list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ list: list loaded scripts
+listfull: list loaded scripts (verbose)
+ load: load a script
+autoload: load all scripts in "autoload" directory
+ reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
+ unload: unload a script (if no name given, unload all scripts)
+filename: script (file) to load
+ name: a script name (name used in call to "register" function)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................