summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-command.c
AgeCommit message (Expand)Author
2020-01-04core: update copyright datesSébastien Helleu
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description (tran...Sé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-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-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)Sébastien Helleu
2017-07-07fset: fix commentSébastien Helleu
2017-07-07fset: do not catch /set command if it's issued on the fset bufferSé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: add missing keys alt+p and alt+v in /help fsetSébastien Helleu
2017-06-26fset: fix name of format options in /help fsetSébastien Helleu
2017-06-25fset: fix list of command argumentsSébastien Helleu
2017-06-25fset: set new value for non-boolean options with alt+spaceSé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: add variables ${empty_xxx} (a field with only spaces for indentation)Sébastien Helleu
2017-06-25fset: add ${newline} to display options on multiple lines, replace format opt...Sébastien Helleu
2017-06-25fset: mark/unmark multiple options with mouse gesture up/downSé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 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