summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-03-17 08:28:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-03-17 08:28:41 +0100
commit30e6acb00dc42afbeb8993ee766199b830335c04 (patch)
treefe825435d5bbc2a190959d569d304a14bb69e4ef /doc/it
parente1e3109da3ecf6b81cb6c725f500c8c6e93192f4 (diff)
downloadweechat-30e6acb00dc42afbeb8993ee766199b830335c04.zip
core: add support of multiple layouts (task #11274)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/plugin_api/completions.txt2
-rw-r--r--doc/it/autogen/user/weechat_commands.txt28
2 files changed, 19 insertions, 11 deletions
diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt
index 9333d2c94..358ddc6e0 100644
--- a/doc/it/autogen/plugin_api/completions.txt
+++ b/doc/it/autogen/plugin_api/completions.txt
@@ -106,6 +106,8 @@
| weechat | keys_contexts | contesti del tasto
+| weechat | layouts_names | names of layouts
+
| weechat | nicks | nick nella lista nick del buffer corrente
| weechat | palette_colors | Tavolozza dei colori
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index 6ddbb72f9..feff059d9 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -447,17 +447,23 @@ Esempi:
[[command_weechat_layout]]
[command]*`layout`* salva/applica/ripristina il layout per i buffer e le finestre::
........................................
-/layout save [buffers|windows]
- apply [buffers|windows]
- reset [buffers|windows]
-
- save: salva il layout corrente
- apply: applica il layout salvato
- reset: elimina il layout salvato
-buffers: salva/applica modifiche solo ai buffer (ordine dei buffer)
-windows: salva/applica modifiche solo alle finestre (buffer visualizzato da ogni finestra)
-
-Senza argomenti, il comando visualizza il layout salvato.
+/layout save [<name>] [buffers|windows]
+ apply [<name>] [buffers|windows]
+ leave
+ reset [<name>] [buffers|windows]
+ rename <name> <new_name>
+
+ save: save current layout
+ apply: apply saved layout
+ leave: leave current layout (does not update any layout)
+ reset: reset buffers and/or windows in a saved layout
+ (if both buffers and windows are reset, the layout is removed)
+ rename: rename a layout
+ name: name for saved layout (default is "default")
+buffers: save/apply only buffers (order of buffers)
+windows: save/apply only windows (buffer displayed by each window)
+
+Without argument, this command displays saved layouts.
........................................
[[command_weechat_mouse]]