summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.h
AgeCommit message (Collapse)Author
2019-02-22fset: fix slow refresh of fset buffer during /reload (closes #1313)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-02fset: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-06-28fset: replace hashtable by a simple structure for max length of fieldsSébastien Helleu
2017-06-26fset: improve speed when marking/unmarking options, fix refresh of buffer titleSébastien Helleu
2017-06-25fset: add key/input to set new value for an option (alt-f,alt-n or input ↵Sébastien Helleu
"n", command /fset -setnew)
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: add export of optionsSébastien Helleu
2017-06-25fset: fix refresh of options after changing marked optionsSébastien Helleu
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
Rename option fset.look.unmark_after_action to fset.look.auto_unmark, allow input "$$" to unmark all options and refresh.
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: store type as enum, translate ${type}, add ${type_en}, ${type_short} ↵Sébastien Helleu
and ${type_tiny}
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: 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 ${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: 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