summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-config.c
AgeCommit message (Expand)Author
2020-01-04core: update copyright datesSébastien Helleu
2019-10-23plugins: sort options added in configuration sectionsSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-26fset: fix typo in /help fset.format.option2arza
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-07-02fset: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-25fset: fix typo in /help fset.look.export_help_defaultSébastien Helleu
2017-06-25fset: fix description of optionsSébastien Helleu
2017-06-25fset: update default value of fset.format.option2 to use 3 lines by defaultSébastien Helleu
2017-06-25fset: keep selected line when options fset.look.format_number and fset.format...Sébastien Helleu
2017-06-25fset: add ${newline} to display options on multiple lines, replace format opt...Sébastien Helleu
2017-06-25fset: add format options for marked optionsSébastien Helleu
2017-06-25fset: rename options fset.format.option_current* to fset.format.option_selected*Sébastien Helleu
2017-06-25fset: add ${index} and color optionsSébastien Helleu
2017-06-25fset: add a second format for options, new key ctrl-X and input "x" to switch...Sébastien Helleu
2017-06-25fset: add export of 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: add allowed values for integers in help bar, rename option fset.color.h...Sébastien Helleu
2017-06-25fset: add keys F11/F12 to scroll fset buffer horizontally, add input "<" and ...Sébastien Helleu
2017-06-25fset: fix selected line after changing option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: add options for colors in buffer's titleSébastien Helleu
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25fset: add alt-v and input "v" to toggle help bar, rename option fset.look.hel...Sébastien Helleu
2017-06-25fset: add option fset.look.use_color_valueSébastien Helleu
2017-06-25fset: add options fset.color.name_changed and fset.color.name_changed_selectedSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
2017-06-25fset: add option fset.look.sortSé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 fset.color.quotes_changed_sel...Sébastien Helleu
2017-06-25fset: add option fset.look.unmark_after_actionSébastien Helleu
2017-06-25fset: add mark on options to run an action on multiple optionsSé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: remove obsolete option fset.look.enabledSébastien Helleu
2017-06-25fset: add ${parent_value}, add options fset.color.parent_value and fset.color...Sébastien Helleu
2017-06-25fset: hook command /set, add option fset.look.condition_catch_setSébastien Helleu
2017-06-25fset: add fset bar item content, add options for colors in help barSé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 ${min} and ${max}, add options fset.color.{max|min} and fset.color....Sébastien Helleu
2017-06-25fset: add actions to set/append value, add option fset.look.use_muteSé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