summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2017-06-25fset: add option fset.look.sortSébastien Helleu
2017-06-25fset: add missing "${marked}" in /help fsetSébastien Helleu
2017-06-25fset: skip spaces at beginning of buffer inputSébastien Helleu
2017-06-25fset: add spaces between fields in option fset.format.optionSébastien Helleu
2017-06-25fset: add options fset.color.quotes_changed and ↵Sébastien Helleu
fset.color.quotes_changed_selected
2017-06-25fset: add option fset.look.unmark_after_actionSébastien Helleu
2017-06-25fset: fix refresh of options with "$" as input in bufferSébastien Helleu
2017-06-25fset: add allowed input on buffer in /help fsetSébastien Helleu
2017-06-25fset: fix slow (un)marking of options when there are a lot of options displayedSébastien Helleu
2017-06-25fset: add keys alt-home and alt-end to go to first/last lineSébastien Helleu
2017-06-25fset: add mark on options to run an action on multiple optionsSébastien Helleu
2017-06-25fset: fix refresh of buffer after changing option when the buffer is scrolledSébastien Helleu
2017-06-25fset: fix display of default value and string values in help barSébastien Helleu
2017-06-25fset: add ${description_en}Sébastien Helleu
2017-06-25fset: store type as enum, translate ${type}, add ${type_en}, ${type_short} ↵Sébastien Helleu
and ${type_tiny}
2017-06-25fset: add option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: display "(no description)" instead of empty string for options without ↵Sébastien Helleu
description
2017-06-25fset: add ${default_value_undef} and ${value_changed}Sébastien Helleu
2017-06-25fset: add supported variables for formats in /help fsetSébastien Helleu
2017-06-25fset: fix command /fset -barSébastien Helleu
2017-06-25fset: remove obsolete option fset.look.enabledSébastien Helleu
2017-06-25fset: add ${parent_value}, add options fset.color.parent_value and ↵Sébastien Helleu
fset.color.parent_value_selected
2017-06-25fset: hook command /set, add option fset.look.condition_catch_setSébastien Helleu
2017-06-25fset: use just "d" instead of "d:" to show changed optionsSébastien Helleu
2017-06-25fset: remove obsolete buffer titleSébastien Helleu
2017-06-25fset: translate buffer titleSébastien Helleu
2017-06-25fset: add fset bar item content, add options for colors in help barSébastien Helleu
2017-06-25fset: set buffer title with useful info (filter, number of options, keys/input)Sébastien Helleu
2017-06-25fset: allow mask (with "*") as filterSébastien Helleu
2017-06-25fset: fix the fset buffer after /upgradeSébastien Helleu
2017-06-25fset: set local variable "filter" in the fset bufferSébastien Helleu
2017-06-25fset: add ${string_values}, add options fset.color.string_values and ↵Sébastien Helleu
fset.color.string_values_selected
2017-06-25fset: add ${description}, add options fset.color.description and ↵Sébastien Helleu
fset.color.description_selected
2017-06-25fset: fix color of default value when it is different from NULLSébastien Helleu
2017-06-25fset: add filters "d=" and "d=="Sébastien Helleu
2017-06-25fset: fix columns size after changing an optionSébastien Helleu
2017-06-25fset: add mouse actions (select line, add to value, toggl boolean, set value)Sébastien Helleu
2017-06-25fset: add ${min} and ${max}, add options fset.color.{max|min} and ↵Sébastien Helleu
fset.color.{max|min}_selected
2017-06-25fset: remove unused variables for columnsSébastien Helleu
2017-06-25fset: replace options -decrease/-increase by -add (with optional value)Sébastien Helleu
2017-06-25fset: fix execution of actions from fset buffer inputSébastien Helleu
2017-06-25fset: add all supported options in /help fsetSébastien Helleu
2017-06-25fset: add support of filters in /fset commandSébastien Helleu
2017-06-25fset: add different types of filtersSébastien Helleu
Existing filter: - by option name (part of name) New filters: - by configuration file ("f:xxx") - by section name ("s:xxx") - by options changed ("d:" or "d:xxx") - by exact value ("==xxx") - by value, format ("=xxx")
2017-06-25fset: fix refresh of buffer when options are added/removedSébastien Helleu
2017-06-25fset: fix size of columnsSébastien Helleu
2017-06-25fset: add actions to set/append value, add option fset.look.use_muteSébastien Helleu
2017-06-25fset: update keys on fset bufferSébastien Helleu
2017-06-25fset: add evaluated variables prefixed by one or two underscoresSébastien Helleu
One underscore: value not padded with spaces on the right. Two unerscores: raw value (no color, no padding).
2017-06-25fset: rename ${value_with_parent} to ${value2}Sébastien Helleu