summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.c
AgeCommit message (Collapse)Author
2017-06-25fset: add option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: add ${default_value_undef} and ${value_changed}Sébastien Helleu
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: add fset bar item content, add options for colors in help barSébastien Helleu
2017-06-25fset: allow mask (with "*") as filterSé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: add filters "d=" and "d=="Sébastien Helleu
2017-06-25fset: fix columns size after changing an optionSé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: 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: rename ${value_with_parent} to ${value2}Sébastien Helleu
2017-06-25fset: add ${value_with_parent} to show inherited valueSébastien Helleu
2017-06-25fset: add support of parent options, add color for quotes around strings, ↵Sébastien Helleu
fix auto size of columns
2017-06-25fset: add toggle/decrease/increase/reset/unset actions on selected lineSébastien Helleu
2017-06-25fset: add colors for diff/undef valuesSébastien Helleu
2017-06-25fset: add fset (Fast Set) plugin skeleton (WIP)Sébastien Helleu