mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
doc: move section "Fset" in "Configuration" (user's guide)
This commit is contained in:
+59
-59
@@ -1463,65 +1463,6 @@ Optionen:
|
||||
|
||||
include::includes/autogen_user_options.de.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Die fset Erweiterung stellt eine Liste aller Optionen in einem Buffer dar und erleichtert
|
||||
die Konfiguration von WeeChat und Erweiterungen.
|
||||
|
||||
Beispiel des fset-Buffer, der Optionen anzeigt, die mit `weechat.look` beginnen:
|
||||
|
||||
[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
|
||||
|
||||
include::includes/autogen_user_commands.de.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Optionen
|
||||
|
||||
Sektionen in Datei _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Sektion | Steuerbefehl | Beschreibung
|
||||
| color | /set fset.color.* | Farben.
|
||||
| format | /set fset.format.* | Format um die Liste der Optionen darzustellen.
|
||||
| look | /set fset.look.* | Erscheinungsbild.
|
||||
|===
|
||||
|
||||
Optionen:
|
||||
|
||||
include::includes/autogen_user_options.de.adoc[tag=fset_options]
|
||||
|
||||
[[key_bindings]]
|
||||
== Tastenbelegungen
|
||||
|
||||
@@ -1886,6 +1827,65 @@ Diese Tasten und Aktionen werden im fset-Buffer verwendet (siehe <<script_manage
|
||||
[[configuration]]
|
||||
== Konfiguration
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Die fset Erweiterung stellt eine Liste aller Optionen in einem Buffer dar und erleichtert
|
||||
die Konfiguration von WeeChat und Erweiterungen.
|
||||
|
||||
Beispiel des fset-Buffer, der Optionen anzeigt, die mit `weechat.look` beginnen:
|
||||
|
||||
[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
|
||||
|
||||
include::includes/autogen_user_commands.de.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Optionen
|
||||
|
||||
Sektionen in Datei _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Sektion | Steuerbefehl | Beschreibung
|
||||
| color | /set fset.color.* | Farben.
|
||||
| format | /set fset.format.* | Format um die Liste der Optionen darzustellen.
|
||||
| look | /set fset.look.* | Erscheinungsbild.
|
||||
|===
|
||||
|
||||
Optionen:
|
||||
|
||||
include::includes/autogen_user_options.de.adoc[tag=fset_options]
|
||||
|
||||
[[colors]]
|
||||
=== Farben
|
||||
|
||||
|
||||
+59
-59
@@ -1444,65 +1444,6 @@ Options:
|
||||
|
||||
include::includes/autogen_user_options.en.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.en.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Options
|
||||
|
||||
Sections in file _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Control command | Description
|
||||
| color | /set fset.color.* | Colors.
|
||||
| format | /set fset.format.* | Formats used to display list of options.
|
||||
| look | /set fset.look.* | Look and feel.
|
||||
|===
|
||||
|
||||
Options:
|
||||
|
||||
include::includes/autogen_user_options.en.adoc[tag=fset_options]
|
||||
|
||||
[[key_bindings]]
|
||||
== Key bindings
|
||||
|
||||
@@ -1867,6 +1808,65 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip
|
||||
[[configuration]]
|
||||
== Configuration
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.en.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Options
|
||||
|
||||
Sections in file _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Control command | Description
|
||||
| color | /set fset.color.* | Colors.
|
||||
| format | /set fset.format.* | Formats used to display list of options.
|
||||
| look | /set fset.look.* | Look and feel.
|
||||
|===
|
||||
|
||||
Options:
|
||||
|
||||
include::includes/autogen_user_options.en.adoc[tag=fset_options]
|
||||
|
||||
[[colors]]
|
||||
=== Colors
|
||||
|
||||
|
||||
+59
-59
@@ -1485,65 +1485,6 @@ Options :
|
||||
|
||||
include::includes/autogen_user_options.fr.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.fr.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Options
|
||||
|
||||
Sections dans le fichier _fset.conf_ :
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Commande de contrôle | Description
|
||||
| color | /set fset.color.* | Couleurs.
|
||||
| format | /set fset.format.* | Formats utilisés pour afficher la liste des options.
|
||||
| look | /set fset.look.* | Aspect/présentation.
|
||||
|===
|
||||
|
||||
Options :
|
||||
|
||||
include::includes/autogen_user_options.fr.adoc[tag=fset_options]
|
||||
|
||||
[[key_bindings]]
|
||||
== Raccourcis clavier
|
||||
|
||||
@@ -1913,6 +1854,65 @@ Ces touches et actions sont utilisées sur le tampon script
|
||||
[[configuration]]
|
||||
== Configuration
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.fr.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Options
|
||||
|
||||
Sections dans le fichier _fset.conf_ :
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Commande de contrôle | Description
|
||||
| color | /set fset.color.* | Couleurs.
|
||||
| format | /set fset.format.* | Formats utilisés pour afficher la liste des options.
|
||||
| look | /set fset.look.* | Aspect/présentation.
|
||||
|===
|
||||
|
||||
Options :
|
||||
|
||||
include::includes/autogen_user_options.fr.adoc[tag=fset_options]
|
||||
|
||||
[[colors]]
|
||||
=== Couleurs
|
||||
|
||||
|
||||
+64
-64
@@ -1560,70 +1560,6 @@ Options:
|
||||
|
||||
include::includes/autogen_user_options.it.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
// TRANSLATION MISSING
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.it.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Opzioni
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Sections in file _fset.conf_:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Control command | Description
|
||||
| color | /set fset.color.* | Colors.
|
||||
| format | /set fset.format.* | Formats used to display list of options.
|
||||
| look | /set fset.look.* | Look and feel.
|
||||
|===
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Options:
|
||||
|
||||
include::includes/autogen_user_options.it.adoc[tag=fset_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[key_bindings]]
|
||||
== Key bindings
|
||||
@@ -2057,6 +1993,70 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip
|
||||
[[configuration]]
|
||||
== Configuration
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
// TRANSLATION MISSING
|
||||
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
|
||||
|
||||
include::includes/autogen_user_commands.it.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Opzioni
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Sections in file _fset.conf_:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Section | Control command | Description
|
||||
| color | /set fset.color.* | Colors.
|
||||
| format | /set fset.format.* | Formats used to display list of options.
|
||||
| look | /set fset.look.* | Look and feel.
|
||||
|===
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Options:
|
||||
|
||||
include::includes/autogen_user_options.it.adoc[tag=fset_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[colors]]
|
||||
=== Colors
|
||||
|
||||
+60
-60
@@ -1512,66 +1512,6 @@ _buflist.conf_ ファイル内のセクション:
|
||||
|
||||
include::includes/autogen_user_options.ja.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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]]
|
||||
==== コマンド
|
||||
|
||||
include::includes/autogen_user_commands.ja.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== オプション
|
||||
|
||||
_fset.conf_ ファイル内のセクション:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| セクション | 操作コマンド | 説明
|
||||
| color | /set fset.color.* | 色
|
||||
| format | /set fset.format.* | オプションリストの表示書式
|
||||
| look | /set fset.look.* | 外観
|
||||
|===
|
||||
|
||||
オプション:
|
||||
|
||||
include::includes/autogen_user_options.ja.adoc[tag=fset_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[key_bindings]]
|
||||
== Key bindings
|
||||
@@ -1975,6 +1915,66 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip
|
||||
[[configuration]]
|
||||
== Configuration
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
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]]
|
||||
==== コマンド
|
||||
|
||||
include::includes/autogen_user_commands.ja.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== オプション
|
||||
|
||||
_fset.conf_ ファイル内のセクション:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| セクション | 操作コマンド | 説明
|
||||
| color | /set fset.color.* | 色
|
||||
| format | /set fset.format.* | オプションリストの表示書式
|
||||
| look | /set fset.look.* | 外観
|
||||
|===
|
||||
|
||||
オプション:
|
||||
|
||||
include::includes/autogen_user_options.ja.adoc[tag=fset_options]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[colors]]
|
||||
=== Colors
|
||||
|
||||
+59
-59
@@ -1457,65 +1457,6 @@ Opcje:
|
||||
|
||||
include::includes/autogen_user_options.pl.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Wtyczka Fast Set wyświetla listę opcji w buforze i pomaga w ustawianiu opcji
|
||||
WeeChat i wtyczek.
|
||||
|
||||
Przykład bufora fset wyświetlający opcje zaczynające się od `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
|
||||
|
||||
include::includes/autogen_user_commands.pl.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Opcje
|
||||
|
||||
Sekcje w pliku _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Sekcja | Komenda | Opis
|
||||
| color | /set fset.color.* | Kolory.
|
||||
| format | /set fset.format.* | Formaty używane do wyświetlenia listy opcji.
|
||||
| look | /set fset.look.* | Wygląd.
|
||||
|===
|
||||
|
||||
Opcje:
|
||||
|
||||
include::includes/autogen_user_options.pl.adoc[tag=fset_options]
|
||||
|
||||
[[key_bindings]]
|
||||
== Skróty klawiszowe
|
||||
|
||||
@@ -1882,6 +1823,65 @@ Te skróty klawiszowe i akcje mogą zostać użyte w buforze skryptów (zobacz <
|
||||
[[configuration]]
|
||||
== Konfiguracja
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Wtyczka Fast Set wyświetla listę opcji w buforze i pomaga w ustawianiu opcji
|
||||
WeeChat i wtyczek.
|
||||
|
||||
Przykład bufora fset wyświetlający opcje zaczynające się od `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
|
||||
|
||||
include::includes/autogen_user_commands.pl.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Opcje
|
||||
|
||||
Sekcje w pliku _fset.conf_:
|
||||
|
||||
[width="100%",cols="3m,6m,16",options="header"]
|
||||
|===
|
||||
| Sekcja | Komenda | Opis
|
||||
| color | /set fset.color.* | Kolory.
|
||||
| format | /set fset.format.* | Formaty używane do wyświetlenia listy opcji.
|
||||
| look | /set fset.look.* | Wygląd.
|
||||
|===
|
||||
|
||||
Opcje:
|
||||
|
||||
include::includes/autogen_user_options.pl.adoc[tag=fset_options]
|
||||
|
||||
[[colors]]
|
||||
=== Kolory
|
||||
|
||||
|
||||
+58
-58
@@ -1348,64 +1348,6 @@ include::includes/autogen_user_commands.sr.adoc[tag=buflist_commands]
|
||||
|
||||
include::includes/autogen_user_options.sr.adoc[tag=buflist_options]
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Fast Set додатак приказује листу опција у баферу и помаже вам да постављате WeeChat опције и опције додатака.
|
||||
|
||||
Пример fset бафера који приказује опције што почињу на `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]]
|
||||
==== Команде
|
||||
|
||||
include::includes/autogen_user_commands.sr.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Опције
|
||||
|
||||
Одељци у фајлу _fset.conf_:
|
||||
|
||||
[width="100%", cols="3m,6m,16", options="header"]
|
||||
|===
|
||||
| Одељак | Команда за контролу | Опис
|
||||
| color | /set fset.color.* | Боје.
|
||||
| format | /set fset.format.* | Формати који се користе за приказ команди.
|
||||
| look | /set fset.look.* | Изглед и осећај.
|
||||
|===
|
||||
|
||||
Опције:
|
||||
|
||||
include::includes/autogen_user_options.sr.adoc[tag=fset_options]
|
||||
|
||||
[[key_bindings]]
|
||||
== Тастерске пречице
|
||||
|
||||
@@ -1770,6 +1712,64 @@ WeeChat нуди доста подразумеваних тастерских п
|
||||
[[configuration]]
|
||||
== Конфигурација
|
||||
|
||||
[[fset]]
|
||||
=== Fset
|
||||
|
||||
Fast Set додатак приказује листу опција у баферу и помаже вам да постављате WeeChat опције и опције додатака.
|
||||
|
||||
Пример fset бафера који приказује опције што почињу на `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]]
|
||||
==== Команде
|
||||
|
||||
include::includes/autogen_user_commands.sr.adoc[tag=fset_commands]
|
||||
|
||||
[[fset_options]]
|
||||
==== Опције
|
||||
|
||||
Одељци у фајлу _fset.conf_:
|
||||
|
||||
[width="100%", cols="3m,6m,16", options="header"]
|
||||
|===
|
||||
| Одељак | Команда за контролу | Опис
|
||||
| color | /set fset.color.* | Боје.
|
||||
| format | /set fset.format.* | Формати који се користе за приказ команди.
|
||||
| look | /set fset.look.* | Изглед и осећај.
|
||||
|===
|
||||
|
||||
Опције:
|
||||
|
||||
include::includes/autogen_user_options.sr.adoc[tag=fset_options]
|
||||
|
||||
[[colors]]
|
||||
=== Боје
|
||||
|
||||
|
||||
Reference in New Issue
Block a user