summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.h
AgeCommit message (Expand)Author
2020-01-04core: update copyright datesSébastien Helleu
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 "n",...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: 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
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} an...Sé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: 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 ${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: 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