diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 14:11:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 14:11:25 +0100 |
commit | 71991fcc73826e9f69a080ee118cb952c68982a4 (patch) | |
tree | fdedde38881b0f449223b075e55d7dd1137089c6 | |
parent | b82a9c44fd22dc9343cf89506d3ee2d58b393c60 (diff) | |
download | weechat-71991fcc73826e9f69a080ee118cb952c68982a4.zip |
doc: add fset buffer example (user's guide)
-rw-r--r-- | doc/de/weechat_user.de.adoc | 32 | ||||
-rw-r--r-- | doc/docinfo.html | 7 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 31 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 31 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 32 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 32 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 32 | ||||
-rw-r--r-- | doc/sr/weechat_user.sr.adoc | 32 |
8 files changed, 229 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 2c36061e4..e6a4cc2c0 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -1382,6 +1382,38 @@ include::includes/autogen_user_options.de.adoc[tag=buflist_options] Die fset Erweiterung stellt eine Liste aller Optionen in einem Buffer dar und erleichtert die Konfiguration von WeeChat und Erweiterungen. +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Befehle diff --git a/doc/docinfo.html b/doc/docinfo.html index 2be23cfaa..aaf22026b 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -32,6 +32,7 @@ --icon-warning-color: #f39c12; --icon-caution-color: #bf3400; --icon-important-color: #f44336; + --mark-bg-color: #007; } } @@ -61,6 +62,7 @@ --icon-warning-color: #bf6900; --icon-caution-color: #ff0000; --icon-important-color: #bf0000; + --mark-bg-color: #9df; } } @@ -180,6 +182,11 @@ kbd { border-left: var(--border); } +mark { + background-color: var(--mark-bg-color); + color: var(--body-color); +} + /* syntax highlighting tuning */ pre.pygments .tok-cp { diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index e579b71fb..4f0544668 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1362,6 +1362,37 @@ include::includes/autogen_user_options.en.adoc[tag=buflist_options] Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat and plugin options. +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Commands diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 30ab12f3b..cb91dbb36 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -1401,6 +1401,37 @@ include::includes/autogen_user_options.fr.adoc[tag=buflist_options] L'extension Fset affiche une liste des options dans un tampon et aide à définir les options de WeeChat et des extensions. +Exemple de tampon fset affichant les options commençant par `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Commandes diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index dc875b662..bb86d3bf2 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -1477,6 +1477,38 @@ include::includes/autogen_user_options.it.adoc[tag=buflist_options] Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat and plugin options. +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Comandi diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 919769fd0..5a420ed98 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -1428,6 +1428,38 @@ include::includes/autogen_user_options.ja.adoc[tag=buflist_options] fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat とプラグインのオプション設定を支援します。 +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== コマンド diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 35f7fd5e3..ed25ffc7a 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -1380,6 +1380,38 @@ include::includes/autogen_user_options.pl.adoc[tag=buflist_options] Wtyczka Fast Set wyświetla listę opcji w buforze i pomaga w ustawianiu opcji WeeChat i wtyczek. +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Komendy diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 8cd76b6d3..5967486d7 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -1280,6 +1280,38 @@ include::includes/autogen_user_options.sr.adoc[tag=buflist_options] Fast Set додатак приказује листу опција у баферу и помаже вам да постављате WeeChat опције и опције додатака. +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + [[fset_commands]] ==== Команде |