summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-command.c
AgeCommit message (Expand)Author
2017-06-25fset: add variable ${selected_line}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 a second format for options, new key ctrl-X and input "x" to switch...Sébastien Helleu
2017-06-25fset: move sort option in /help fsetSébastien Helleu
2017-06-25fset: add completion "fset_options"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: set/append to value with alt+'+'/'-' and mouse gesture left/right if op...Sébastien Helleu
2017-06-25fset: add input "p" in /help fsetSébastien Helleu
2017-06-25fset: add completion values "0" and "end" for command /fset -goSé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 key ctrl-L and input "<<" and ">>" on fset bufferSébastien Helleu
2017-06-25fset: add missing keys/mouse actions in /help fsetSébastien Helleu
2017-06-25fset: add keys F11/F12 to scroll fset buffer horizontally, add input "<" and ...Sébastien Helleu
2017-06-25fset: add filter "xxx" in /help fsetSé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 completion "c:" in command /fsetSébastien Helleu
2017-06-25fset: add variables default_value, default_value_undef, value_undef and value...Sébastien Helleu
2017-06-25fset: add examples in /help fsetSébastien Helleu
2017-06-25fset: add missing space in /help fsetSébastien Helleu
2017-06-25fset: add missing "${type_en}" and "${description_en}" in /help fsetSébastien Helleu
2017-06-25fset: add missing completion "-toggle_bar" in /fset commandSébastien Helleu
2017-06-25fset: add support of evaluated condition with filter "c:"Sé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: fix error when clicking on a line after the last option displayedSébastien Helleu
2017-06-25fset: fix typo in /help fsetSé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 missing "${marked}" in /help fsetSébastien Helleu
2017-06-25fset: skip spaces at beginning of buffer inputSébastien Helleu
2017-06-25fset: add option fset.look.unmark_after_actionSébastien Helleu
2017-06-25fset: add allowed input on buffer in /help fsetSé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 keys alt-home and alt-end to go to first/last lineSé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: add supported variables for formats in /help fsetSébastien Helleu
2017-06-25fset: fix command /fset -barSé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 filters "d=" and "d=="Sébastien Helleu
2017-06-25fset: add mouse actions (select line, add to value, toggl boolean, set value)Sébastien Helleu
2017-06-25fset: replace options -decrease/-increase by -add (with optional value)Sébastien Helleu
2017-06-25fset: add all supported options in /help fsetSébastien Helleu
2017-06-25fset: add support of filters in /fset commandSébastien Helleu