summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-25 19:13:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-25 19:13:41 +0100
commit3b38b7d433f861446b6475adb41e17acfc9d1897 (patch)
treebfb6e5edbd7e0e7042870911fde02111a9034eef
parentfe6a7ae753029f75ce07764bc8773065566f173a (diff)
downloadweechat-3b38b7d433f861446b6475adb41e17acfc9d1897.zip
Add question in FAQ about one root bar for input
-rw-r--r--doc/de/weechat_faq.de.txt24
-rw-r--r--doc/en/weechat_faq.en.txt23
-rw-r--r--doc/fr/weechat_faq.fr.txt23
-rw-r--r--doc/it/weechat_faq.it.txt24
-rw-r--r--doc/pl/weechat_faq.pl.txt24
5 files changed, 118 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index 1e06ebd11..3a21f1a7e 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -179,6 +179,30 @@ in einem Fenster nicht angezeigt). Oder ein Buffer wird durch ein oder mehrere F
angezeigt.
+// TRANSLATION MISSING
+[[one_input_root_bar]]
+Is it possible to display only one input bar for all windows (after split)?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Yes, you will have to create a bar with type "root" (with an item to know in
+which window you are), then delete current input bar.
+
+For example:
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+If ever you are not satisfied with that, just delete new bar, WeeChat will
+automatically create default bar "input" if item "input_text" is not used in
+any bar:
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
Wie kann ich einen Text kopieren und einfügen ohne das die Nickliste mit eingefügt wird?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt
index ab3ee8fe4..9d31a54ef 100644
--- a/doc/en/weechat_faq.en.txt
+++ b/doc/en/weechat_faq.en.txt
@@ -170,6 +170,29 @@ Each window displays one buffer. A buffer can be hidden (not displayed by a
window) or displayed by one or more windows.
+[[one_input_root_bar]]
+Is it possible to display only one input bar for all windows (after split)?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Yes, you will have to create a bar with type "root" (with an item to know in
+which window you are), then delete current input bar.
+
+For example:
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+If ever you are not satisfied with that, just delete new bar, WeeChat will
+automatically create default bar "input" if item "input_text" is not used in
+any bar:
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
How can I copy/paste text without pasting nicklist?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt
index d5b63649c..fb135a6f1 100644
--- a/doc/fr/weechat_faq.fr.txt
+++ b/doc/fr/weechat_faq.fr.txt
@@ -175,6 +175,29 @@ Chaque fenêtre affiche un tampon. Un tampon peut être caché (affiché par
aucune fenêtre) ou affiché par une ou plusieurs fenêtres.
+[[one_input_root_bar]]
+Est-il possible d'avoir une seule bar input pour toutes les fenêtres (après un découpage) ?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Oui, vous devez créer une barre de type "root" (avec un objet pour savoir dans
+quelle fenêtre vous êtes), puis supprimer la barre input courante.
+
+Par exemple :
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+Si jamais vous n'étiez pas satisfait avec ça, supprimez simplement la nouvelle
+barre, WeeChat recrééra automatiquement la barre par défaut "input" si l'objet
+"input_text" n'est utilisé dans aucune barre :
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
Comment puis-je copier/coller du texte sans coller la liste des pseudos ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index a405a3dbb..3a16f909c 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -173,6 +173,30 @@ Ogni finestra visualizza un buffer. Un buffer può essere nascosto (non visualiz
da una finestra) o visualizzato da una o più finestre.
+// TRANSLATION MISSING
+[[one_input_root_bar]]
+Is it possible to display only one input bar for all windows (after split)?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Yes, you will have to create a bar with type "root" (with an item to know in
+which window you are), then delete current input bar.
+
+For example:
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+If ever you are not satisfied with that, just delete new bar, WeeChat will
+automatically create default bar "input" if item "input_text" is not used in
+any bar:
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
Come posso copiare/incollare testo senza incollare la lista nick?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt
index 85be85918..5c9af4ef0 100644
--- a/doc/pl/weechat_faq.pl.txt
+++ b/doc/pl/weechat_faq.pl.txt
@@ -170,6 +170,30 @@ Każde okno wyświetla jeden bufor. Bufor może być ukryty (nie wyświetlany pr
okno) lub wyświetlany w jednym lub więcej oknach.
+// TRANSLATION MISSING
+[[one_input_root_bar]]
+Is it possible to display only one input bar for all windows (after split)?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Yes, you will have to create a bar with type "root" (with an item to know in
+which window you are), then delete current input bar.
+
+For example:
+
+----------------------------------------
+/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
+/bar del input
+----------------------------------------
+
+If ever you are not satisfied with that, just delete new bar, WeeChat will
+automatically create default bar "input" if item "input_text" is not used in
+any bar:
+
+----------------------------------------
+/bar del rootinput
+----------------------------------------
+
+
[[terminal_copy_paste]]
Jak mogę kopiować/wklejać tekst bez wklejania listy nicków?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~