summaryrefslogtreecommitdiff
path: root/src/plugins/fset
AgeCommit message (Collapse)Author
2017-06-25fset: fix translationSébastien Helleu
2017-06-25fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu
2017-06-25fset: display number of options before filter in buffer titleSébastien Helleu
2017-06-25fset: use "meta-space" instead of "meta- " in fset buffer keysSé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 ↵Sébastien Helleu
"n", command /fset -setnew)
2017-06-25fset: update default value of fset.format.option2 to use 3 lines by defaultSébastien Helleu
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 ↵Sébastien Helleu
fset.format.option* are changed
2017-06-25fset: add ${newline} to display options on multiple lines, replace format ↵Sébastien Helleu
options by colors for background
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 ↵Sébastien Helleu
mark on non-matching options
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 ↵Sébastien Helleu
switch the format used
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 ↵Sébastien Helleu
option is not of type integer/color
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 ↵Sébastien Helleu
fset.look.show_plugin_description to fset.look.show_plugins_desc
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 ↵Sébastien Helleu
fset.color.help_string_values to fset.color.help_values
2017-06-25fset: add keys F11/F12 to scroll fset buffer horizontally, add input "<" and ↵Sébastien Helleu
">", add option fset.look.scroll_horizontal
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
New options: - fset.color.title_count_options - fset.color.title_current_option - fset.color.title_filter - fset.color.title_marked_options - fset.color.title_sort
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