mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
core: add options to customize default text search in buffers
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message)
This commit is contained in:
@@ -413,6 +413,26 @@
|
||||
** Typ: integer
|
||||
** Werte: none, highlight, message, all (Standardwert: `all`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive*
|
||||
** Beschreibung: `default text search in buffer: case sensitive or not`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_force_default]] *weechat.look.buffer_search_force_default*
|
||||
** Beschreibung: `force default values for text search in buffer (instead of using values from last search in buffer)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex*
|
||||
** Beschreibung: `default text search in buffer: if enabled, search regular expression, otherwise search simple string`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_where]] *weechat.look.buffer_search_where*
|
||||
** Beschreibung: `default text search in buffer: in message, prefix, prefix and message`
|
||||
** Typ: integer
|
||||
** Werte: prefix, message, prefix_message (Standardwert: `message`)
|
||||
|
||||
* [[option_weechat.look.buffer_time_format]] *weechat.look.buffer_time_format*
|
||||
** Beschreibung: `Format für die Uhrzeit, die in jeder Zeile eines Buffers dargestellt wird (siehe man strftime, welche Platzhalter für das Datum und die Uhrzeit verwendet werden) (Hinweis: Inhalt wird evaluiert, somit kann mittels des Formats "${color:xxx} Farben gesetzt werden, siehe /help eval). Beispiel: Uhrzeit in Graustufen (Unterstützung von 256 Farben notwendig): "${color:252}%H${color:245}%M${color:240}%S"`
|
||||
** Typ: Zeichenkette
|
||||
|
||||
@@ -413,6 +413,26 @@
|
||||
** type: integer
|
||||
** values: none, highlight, message, all (default value: `all`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive*
|
||||
** description: `default text search in buffer: case sensitive or not`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_force_default]] *weechat.look.buffer_search_force_default*
|
||||
** description: `force default values for text search in buffer (instead of using values from last search in buffer)`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex*
|
||||
** description: `default text search in buffer: if enabled, search regular expression, otherwise search simple string`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_where]] *weechat.look.buffer_search_where*
|
||||
** description: `default text search in buffer: in message, prefix, prefix and message`
|
||||
** type: integer
|
||||
** values: prefix, message, prefix_message (default value: `message`)
|
||||
|
||||
* [[option_weechat.look.buffer_time_format]] *weechat.look.buffer_time_format*
|
||||
** description: `time format for each line displayed in buffers (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval); for example time using grayscale (requires support of 256 colors): "${color:252}%H${color:245}%M${color:240}%S"`
|
||||
** type: string
|
||||
|
||||
@@ -413,6 +413,26 @@
|
||||
** type: entier
|
||||
** valeurs: none, highlight, message, all (valeur par défaut: `all`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive*
|
||||
** description: `recherche par défaut dans le tampon : sensible à la casse ou non`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_force_default]] *weechat.look.buffer_search_force_default*
|
||||
** description: `forcer les valeurs par défaut pour la recherche de texte dans le tampon (au lieu d'utiliser les valeurs de la dernière recherche dans le tampon)`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex*
|
||||
** description: `recherche par défaut dans le tampon: si activé, rechercher une expression régulière, sinon rechercher du texte simple`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_where]] *weechat.look.buffer_search_where*
|
||||
** description: `recherche par défaut dans le tampon: dans le message, le préfixe, le préfixe et le message`
|
||||
** type: entier
|
||||
** valeurs: prefix, message, prefix_message (valeur par défaut: `message`)
|
||||
|
||||
* [[option_weechat.look.buffer_time_format]] *weechat.look.buffer_time_format*
|
||||
** description: `format de date/heure pour chaque ligne affichée dans les tampons (voir man strftime pour le format de date/heure) (note: le contenu est évalué, donc vous pouvez utiliser des couleurs avec le format "${color:xxx}", voir /help eval); par exemple l'heure avec des niveaux de gris (requiert le support de 256 couleurs): "${color:252}%H${color:245}%M${color:240}%S"`
|
||||
** type: chaîne
|
||||
|
||||
@@ -413,6 +413,26 @@
|
||||
** tipo: intero
|
||||
** valori: none, highlight, message, all (valore predefinito: `all`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive*
|
||||
** descrizione: `default text search in buffer: case sensitive or not`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_force_default]] *weechat.look.buffer_search_force_default*
|
||||
** descrizione: `force default values for text search in buffer (instead of using values from last search in buffer)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex*
|
||||
** descrizione: `default text search in buffer: if enabled, search regular expression, otherwise search simple string`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_where]] *weechat.look.buffer_search_where*
|
||||
** descrizione: `default text search in buffer: in message, prefix, prefix and message`
|
||||
** tipo: intero
|
||||
** valori: prefix, message, prefix_message (valore predefinito: `message`)
|
||||
|
||||
* [[option_weechat.look.buffer_time_format]] *weechat.look.buffer_time_format*
|
||||
** descrizione: `time format for each line displayed in buffers (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval); for example time using grayscale (requires support of 256 colors): "${color:252}%H${color:245}%M${color:240}%S"`
|
||||
** tipo: stringa
|
||||
|
||||
@@ -413,6 +413,26 @@
|
||||
** タイプ: 整数
|
||||
** 値: none, highlight, message, all (デフォルト値: `all`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive*
|
||||
** 説明: `default text search in buffer: case sensitive or not`
|
||||
** タイプ: ブール
|
||||
** 値: on, off (デフォルト値: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_force_default]] *weechat.look.buffer_search_force_default*
|
||||
** 説明: `force default values for text search in buffer (instead of using values from last search in buffer)`
|
||||
** タイプ: ブール
|
||||
** 値: on, off (デフォルト値: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex*
|
||||
** 説明: `default text search in buffer: if enabled, search regular expression, otherwise search simple string`
|
||||
** タイプ: ブール
|
||||
** 値: on, off (デフォルト値: `off`)
|
||||
|
||||
* [[option_weechat.look.buffer_search_where]] *weechat.look.buffer_search_where*
|
||||
** 説明: `default text search in buffer: in message, prefix, prefix and message`
|
||||
** タイプ: 整数
|
||||
** 値: prefix, message, prefix_message (デフォルト値: `message`)
|
||||
|
||||
* [[option_weechat.look.buffer_time_format]] *weechat.look.buffer_time_format*
|
||||
** 説明: `バッファに表示される行に付く時間フォーマット (日付/時間の指定子は strftime の man を参照) (注意: 値は評価されるため "${color:xxx}" フォーマットで色を指定出来ます、/help eval を参照); 例えばグレースケールを使う時間の例 (256 色のサポートが必要): "${color:252}%H${color:245}%M${color:240}%S"`
|
||||
** タイプ: 文字列
|
||||
|
||||
Reference in New Issue
Block a user