summaryrefslogtreecommitdiff
path: root/src/plugins/fset
AgeCommit message (Expand)Author
2017-06-25fset: add variables ${empty_xxx} (a field with only spaces for indentation)Sé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: mark/unmark multiple options with mouse gesture up/downSébastien Helleu
2017-06-25fset: add option name in completion, in addition to wordsSé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: only mark/unmark matching options with "m:" and "u:", do not toggle mar...Sébastien Helleu
2017-06-25fset: first move up one line before toggling mark with shift+upSébastien Helleu
2017-06-25fset: use option fset.look.marked_string in buffer title when options are markedSébastien Helleu
2017-06-25fset: add marking/unmarking of options matching filter with input "m:" and "u:"Sébastien Helleu
2017-06-25fset: do not move selected line after pressing alt+',' (mark/unmark option)Sébastien Helleu
2017-06-25fset: do not refresh buffer when an option not displayed is changedSébastien Helleu
2017-06-25fset: add missing key alt+p in buffer titleSé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 separate word of each option in completionSé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 memory leak in allocation of fset optionsSébastien Helleu
2017-06-25fset: fix refresh of options after changing marked optionsSébastien Helleu
2017-06-25fset: fix keys alt+'+' and alt+'-' in title of fset bufferSé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: fix input "v" in fset buffer, add input "p" to toggle plugins descriptionsSé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: fix cursor position when appending to an option with NULL valueSé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: remove dead assignmentSé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: 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: 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 sort in buffer titleSé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: increase size of hashtable for extra vars in evaluation of linesSébastien Helleu
2017-06-25fset: add examples in /help fsetSébastien Helleu
2017-06-25fset: add missing keys/input in title of fset bufferSé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