summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-07-27 16:11:42 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-07-27 16:11:42 +0000
commitc92ad8b195973512dc4de40dd129d6c3fee3dbfd (patch)
treee3ec83f18852b61cc39829f13c820d6a73bd321a
parentFixed completion for command handlers (now empty completion_template means nick completion, "-" string means no completion at all) (diff)
downloadweechat-c92ad8b195973512dc4de40dd129d6c3fee3dbfd.tar.xz
weechat-c92ad8b195973512dc4de40dd129d6c3fee3dbfd.zip
Updated options/commands for doc
-rw-r--r--doc/de/config.xml7
-rw-r--r--doc/de/weechat_commands.xml55
-rw-r--r--doc/en/config.xml7
-rw-r--r--doc/en/weechat_commands.xml15
-rw-r--r--doc/fr/config.xml7
-rw-r--r--doc/fr/weechat_commands.xml21
-rw-r--r--weechat/doc/de/config.xml7
-rw-r--r--weechat/doc/de/weechat_commands.xml55
-rw-r--r--weechat/doc/en/config.xml7
-rw-r--r--weechat/doc/en/weechat_commands.xml15
-rw-r--r--weechat/doc/fr/config.xml7
-rw-r--r--weechat/doc/fr/weechat_commands.xml21
12 files changed, 166 insertions, 58 deletions
diff --git a/doc/de/config.xml b/doc/de/config.xml
index 642c4c0e5..6249ee429 100644
--- a/doc/de/config.xml
+++ b/doc/de/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>Boolean</entry>
+ <entry></entry>
+ <entry>'on'</entry>
+ <entry>Save config file on exit</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>Boolean</entry>
<entry></entry>
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml
index 8d3afb2e7..19e7f64a2 100644
--- a/doc/de/weechat_commands.xml
+++ b/doc/de/weechat_commands.xml
@@ -18,14 +18,14 @@ Argumente: Argumente für den Befehl
<programlisting>
Puffer verwalten
- Aktion: Pufferaktion:
- move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
- close: Puffer schließen (und Channel ohne Meldung verlassen)
- list: alle offenen Puffer auflisten (Standardaktion)
- notify: Notify-Level für Puffer festlegen (0=nie, 1=highlighten, 2=1+Nachricht, 3=2+join/part)
-Server
-Channel: gehe zum Puffer mit Servernamen oder Channelnamen
- Nummer: gehe zu Puffer mit dieser Nummer
+ action: action to do:
+ move: move buffer in the list (may be relative, for example -1)
+ close: close buffer (optional arg is part message, for a channel)
+ list: list open buffers (no parameter implies this list)
+ notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
+server
+channel: jump to buffer by server and/or channel name
+ number: jump to buffer by number
</programlisting>
<command>builtin Befehl</command>
@@ -124,6 +124,17 @@ functions: interne Funktionen für Tastenbelegungen auflisten
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
+<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
+<programlisting>
+manage panels
+
+ list: list open panels (no parameter implies this list)
+ add: add a panel, type is global|local, position is top|bottom|left|right
+ resize: resize a panel with a new size (may be relative, for example -1)
+ close: close a panel by number
+ move: move a panel to another number (may be relative, for example -1)
+
+</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
<programlisting>
auflisten/laden/entladen von Plugins
@@ -217,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
- list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
- -1: springt zum vorherigen Fenster
- +1: springt zum nächsten Fenster
- b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
- up: wechselt zum Fenster über dem aktuellen
- down: wechselt zum Fenster unter dem aktuellen
- left: wechselt zum linken Fenster
- right: wechselt zum rechten Fenster
-splith: teilt das aktuelle Fenster horizontal
-splitv: teilt das aktuelle Fenster vertikal
-resize: verändert die Größe des aktuellen Fensters, die neue Größe wird in Prozent des Elternfensters angegeben
- merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
-
-Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
+ list: list open windows (no parameter implies this list)
+ -1: jump to previous window
+ +1: jump to next window
+ b#: jump to next window displaying buffer number #
+ up: switch to window above current one
+ down: switch to window below current one
+ left: switch to window on the left
+ right: switch to window on the right
+splith: split current window horizontally
+splitv: split current window vertically
+resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
+ merge: merge window with another (all = keep only one window)
+
+For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
</programlisting>
diff --git a/doc/en/config.xml b/doc/en/config.xml
index b387f3912..c33ba6728 100644
--- a/doc/en/config.xml
+++ b/doc/en/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>boolean</entry>
+ <entry>'on' or 'off'</entry>
+ <entry>'on'</entry>
+ <entry>Save config file on exit</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml
index 00b563e06..033bf33a0 100644
--- a/doc/en/weechat_commands.xml
+++ b/doc/en/weechat_commands.xml
@@ -21,7 +21,7 @@ manage buffers
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
- list: list opened buffers (no parameter implies this list)
+ list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
@@ -123,6 +123,17 @@ functions: list internal functions for key bindings
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
+<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
+<programlisting>
+manage panels
+
+ list: list open panels (no parameter implies this list)
+ add: add a panel, type is global|local, position is top|bottom|left|right
+ resize: resize a panel with a new size (may be relative, for example -1)
+ close: close a panel by number
+ move: move a panel to another number (may be relative, for example -1)
+
+</programlisting>
<command>plugin [load filename] | [autoload] | [reload] | [unload]</command>
<programlisting>
list/load/unload plugins
@@ -216,7 +227,7 @@ show WeeChat uptime
<programlisting>
manage windows
- list: list opened windows (no parameter implies this list)
+ list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
diff --git a/doc/fr/config.xml b/doc/fr/config.xml
index 517aa2e25..c71548d4d 100644
--- a/doc/fr/config.xml
+++ b/doc/fr/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>booléen</entry>
+ <entry>'on' ou 'off'</entry>
+ <entry>'on'</entry>
+ <entry>Sauvegarder la configuration en quittant</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml
index d9756791e..875f8e01c 100644
--- a/doc/fr/weechat_commands.xml
+++ b/doc/fr/weechat_commands.xml
@@ -19,13 +19,13 @@ paramètres: paramètres pour la commande
gestion des tampons
action: action à effectuer:
- move: déplacer le tampon dans la liste (peut être relatif, par exemple -1)
- close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal)
+ move: déplace le tampon dans la liste (peut être relatif, par exemple -1)
+ close: ferme le tampon (le paramètre optionnel est le message de fin, pour un canal)
list: liste les tampons ouverts (pas de paramètre affiche cette liste)
- notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
+ notify: fixe le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
serveur
- canal: sauter au tampon par serveur et/ou nom de canal
- nombre: sauter au tampon qui a ce numéro
+ canal: saute au tampon par serveur et/ou nom de canal
+ nombre: saute au tampon qui a ce numéro
</programlisting>
<command>builtin commande</command>
@@ -123,6 +123,17 @@ functions: lister la liste des fonctions internes pour les associations de touch
reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !)
</programlisting>
+<command>panel [list | add type position taille | resize # taille | close # | move #1 #2]</command>
+<programlisting>
+gestion des panneaux
+
+ list: liste les panneaux ouverts (pas de paramètre affiche cette liste)
+ add: ajoute un panneau, le type est global|local, la position est top|bottom|left|right
+ resize: redimensionne le panneau avec une nouvelle taille (peut être relatif, par exemple -1)
+ close: ferme un panneau par son numéro
+ move: déplace un panneau à un autre numéro (peut être relatif, par exemple -1)
+
+</programlisting>
<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command>
<programlisting>
liste/charge/décharge des extensions
diff --git a/weechat/doc/de/config.xml b/weechat/doc/de/config.xml
index 642c4c0e5..6249ee429 100644
--- a/weechat/doc/de/config.xml
+++ b/weechat/doc/de/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>Boolean</entry>
+ <entry></entry>
+ <entry>'on'</entry>
+ <entry>Save config file on exit</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>Boolean</entry>
<entry></entry>
diff --git a/weechat/doc/de/weechat_commands.xml b/weechat/doc/de/weechat_commands.xml
index 8d3afb2e7..19e7f64a2 100644
--- a/weechat/doc/de/weechat_commands.xml
+++ b/weechat/doc/de/weechat_commands.xml
@@ -18,14 +18,14 @@ Argumente: Argumente für den Befehl
<programlisting>
Puffer verwalten
- Aktion: Pufferaktion:
- move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
- close: Puffer schließen (und Channel ohne Meldung verlassen)
- list: alle offenen Puffer auflisten (Standardaktion)
- notify: Notify-Level für Puffer festlegen (0=nie, 1=highlighten, 2=1+Nachricht, 3=2+join/part)
-Server
-Channel: gehe zum Puffer mit Servernamen oder Channelnamen
- Nummer: gehe zu Puffer mit dieser Nummer
+ action: action to do:
+ move: move buffer in the list (may be relative, for example -1)
+ close: close buffer (optional arg is part message, for a channel)
+ list: list open buffers (no parameter implies this list)
+ notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
+server
+channel: jump to buffer by server and/or channel name
+ number: jump to buffer by number
</programlisting>
<command>builtin Befehl</command>
@@ -124,6 +124,17 @@ functions: interne Funktionen für Tastenbelegungen auflisten
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
+<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
+<programlisting>
+manage panels
+
+ list: list open panels (no parameter implies this list)
+ add: add a panel, type is global|local, position is top|bottom|left|right
+ resize: resize a panel with a new size (may be relative, for example -1)
+ close: close a panel by number
+ move: move a panel to another number (may be relative, for example -1)
+
+</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
<programlisting>
auflisten/laden/entladen von Plugins
@@ -217,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
- list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
- -1: springt zum vorherigen Fenster
- +1: springt zum nächsten Fenster
- b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
- up: wechselt zum Fenster über dem aktuellen
- down: wechselt zum Fenster unter dem aktuellen
- left: wechselt zum linken Fenster
- right: wechselt zum rechten Fenster
-splith: teilt das aktuelle Fenster horizontal
-splitv: teilt das aktuelle Fenster vertikal
-resize: verändert die Größe des aktuellen Fensters, die neue Größe wird in Prozent des Elternfensters angegeben
- merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
-
-Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
+ list: list open windows (no parameter implies this list)
+ -1: jump to previous window
+ +1: jump to next window
+ b#: jump to next window displaying buffer number #
+ up: switch to window above current one
+ down: switch to window below current one
+ left: switch to window on the left
+ right: switch to window on the right
+splith: split current window horizontally
+splitv: split current window vertically
+resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
+ merge: merge window with another (all = keep only one window)
+
+For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
</programlisting>
diff --git a/weechat/doc/en/config.xml b/weechat/doc/en/config.xml
index b387f3912..c33ba6728 100644
--- a/weechat/doc/en/config.xml
+++ b/weechat/doc/en/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>boolean</entry>
+ <entry>'on' or 'off'</entry>
+ <entry>'on'</entry>
+ <entry>Save config file on exit</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
diff --git a/weechat/doc/en/weechat_commands.xml b/weechat/doc/en/weechat_commands.xml
index 00b563e06..033bf33a0 100644
--- a/weechat/doc/en/weechat_commands.xml
+++ b/weechat/doc/en/weechat_commands.xml
@@ -21,7 +21,7 @@ manage buffers
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
- list: list opened buffers (no parameter implies this list)
+ list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
@@ -123,6 +123,17 @@ functions: list internal functions for key bindings
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
+<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
+<programlisting>
+manage panels
+
+ list: list open panels (no parameter implies this list)
+ add: add a panel, type is global|local, position is top|bottom|left|right
+ resize: resize a panel with a new size (may be relative, for example -1)
+ close: close a panel by number
+ move: move a panel to another number (may be relative, for example -1)
+
+</programlisting>
<command>plugin [load filename] | [autoload] | [reload] | [unload]</command>
<programlisting>
list/load/unload plugins
@@ -216,7 +227,7 @@ show WeeChat uptime
<programlisting>
manage windows
- list: list opened windows (no parameter implies this list)
+ list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
diff --git a/weechat/doc/fr/config.xml b/weechat/doc/fr/config.xml
index 517aa2e25..c71548d4d 100644
--- a/weechat/doc/fr/config.xml
+++ b/weechat/doc/fr/config.xml
@@ -6,6 +6,13 @@
-->
<row>
+ <entry><option>look_save_on_exit</option></entry>
+ <entry>booléen</entry>
+ <entry>'on' ou 'off'</entry>
+ <entry>'on'</entry>
+ <entry>Sauvegarder la configuration en quittant</entry>
+</row>
+<row>
<entry><option>look_set_title</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
diff --git a/weechat/doc/fr/weechat_commands.xml b/weechat/doc/fr/weechat_commands.xml
index d9756791e..875f8e01c 100644
--- a/weechat/doc/fr/weechat_commands.xml
+++ b/weechat/doc/fr/weechat_commands.xml
@@ -19,13 +19,13 @@ paramètres: paramètres pour la commande
gestion des tampons
action: action à effectuer:
- move: déplacer le tampon dans la liste (peut être relatif, par exemple -1)
- close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal)
+ move: déplace le tampon dans la liste (peut être relatif, par exemple -1)
+ close: ferme le tampon (le paramètre optionnel est le message de fin, pour un canal)
list: liste les tampons ouverts (pas de paramètre affiche cette liste)
- notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
+ notify: fixe le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
serveur
- canal: sauter au tampon par serveur et/ou nom de canal
- nombre: sauter au tampon qui a ce numéro
+ canal: saute au tampon par serveur et/ou nom de canal
+ nombre: saute au tampon qui a ce numéro
</programlisting>
<command>builtin commande</command>
@@ -123,6 +123,17 @@ functions: lister la liste des fonctions internes pour les associations de touch
reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !)
</programlisting>
+<command>panel [list | add type position taille | resize # taille | close # | move #1 #2]</command>
+<programlisting>
+gestion des panneaux
+
+ list: liste les panneaux ouverts (pas de paramètre affiche cette liste)
+ add: ajoute un panneau, le type est global|local, la position est top|bottom|left|right
+ resize: redimensionne le panneau avec une nouvelle taille (peut être relatif, par exemple -1)
+ close: ferme un panneau par son numéro
+ move: déplace un panneau à un autre numéro (peut être relatif, par exemple -1)
+
+</programlisting>
<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command>
<programlisting>
liste/charge/décharge des extensions