-->
replace with one "find_suggest" with string value:
OK? @kvichans @OlehL @dinkumoil @jairo-martinez
I agree
OK
In general for last issues:
Explicit is better than implicit.
I agree with replace some options to one, but all new options must be simple and with the same structure.
All old options which will be joined, must be the same type (prefer to boolean type). The name for a new option must describe all old options (for current issue it can be find_suggest)
If can't to replace some options (for example with different types), it will be better to leave old options (at least for non-boolean types).
@OlehL @Alexey-T
The description (not name) of new option must show which old options are replaced
if 's' in value: suggest selection (old "find_suggest_sel")
if 'w' in value: suggest current word (old "find_suggest_cur_word")
if 'i' in value: suggest option 'in selection' (old "find_suggest_in_selection")
Agree?
Dialog have filter to show both old and new options by finding in "name"+"description"
see #3023. closing.
Most helpful comment
@OlehL @Alexey-T
The description (not name) of new option must show which old options are replaced
Agree?
Dialog have filter to show both old and new options by finding in "name"+"description"