summaryrefslogtreecommitdiff
path: root/src/plugins/fset
AgeCommit message (Collapse)Author
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
2017-06-25fset: add variables default_value, default_value_undef, value_undef and ↵Sébastien Helleu
value_changed in filter "c:"
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
2017-06-25fset: add support of evaluated condition with filter "c:"Sébastien Helleu
2017-06-25fset: remove useless refresh when an option not displayed is changedSébastien Helleu
2017-06-25fset: add alt-v and input "v" to toggle help bar, rename option ↵Sébastien Helleu
fset.look.help_bar to fset.look.show_help_bar
2017-06-25fset: fix fset filter after /fset and /upgradeSé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: add empty string instead of "null" when editing an option with NULL valueSébastien Helleu
2017-06-25fset: add option fset.look.use_color_valueSébastien Helleu
2017-06-25fset: add options fset.color.name_changed and fset.color.name_changed_selectedSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
Rename option fset.look.unmark_after_action to fset.look.auto_unmark, allow input "$$" to unmark all options and refresh.