summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.c
AgeCommit message (Expand)Author
2017-06-25fset: only mark/unmark matching options with "m:" and "u:", do not toggle mar...Sébastien Helleu
2017-06-25fset: first move up one line before toggling mark with shift+upSébastien Helleu
2017-06-25fset: add marking/unmarking of options matching filter with input "m:" and "u:"Sébastien Helleu
2017-06-25fset: do not refresh buffer when an option not displayed is changedSébastien Helleu
2017-06-25fset: add export of optionsSébastien Helleu
2017-06-25fset: fix memory leak in allocation of fset optionsSébastien Helleu
2017-06-25fset: fix refresh of options after changing marked optionsSébastien Helleu
2017-06-25fset: add key alt-p on fset buffer, rename option fset.look.show_plugin_descr...Sébastien Helleu
2017-06-25fset: fix cursor position when appending to an option with NULL valueSébastien Helleu
2017-06-25fset: remove dead assignmentSébastien Helleu
2017-06-25fset: use only short type name in filter "t:xxx"Sébastien Helleu
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25fset: use English short type name for ${type} in filter, remove ${type_en}Sébastien Helleu
2017-06-25fset: add variables default_value, default_value_undef, value_undef and value...Sébastien Helleu
2017-06-25fset: add support of evaluated condition with filter "c:"Sébastien Helleu
2017-06-25fset: remove useless refresh when an option not displayed is changedSébastien Helleu
2017-06-25fset: add empty string instead of "null" when editing an option with NULL valueSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
2017-06-25fset: add filtering by type ("t:xxx")Sébastien Helleu
2017-06-25fset: add option fset.look.sortSébastien Helleu
2017-06-25fset: add option fset.look.unmark_after_actionSé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 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: add ${description_en}Sébastien Helleu
2017-06-25fset: store type as enum, translate ${type}, add ${type_en}, ${type_short} an...Sébastien Helleu
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 fset.col...Sébastien Helleu
2017-06-25fset: add ${description}, add options fset.color.description and fset.color.d...Sé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 ${min} and ${max}, add options fset.color.{max|min} and fset.color....Sébastien Helleu
2017-06-25fset: add different types of filtersSébastien Helleu
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, fix...Sébastien Helleu
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