rizinorg/cutter

Make sure all the filter-supported widgets are searching with case insensitivity

Open

#2,230 创建于 2020年6月2日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)C++ (1,123 fork)batch import
HacktoberFestgood first issue

仓库指标

Star
 (14,852 star)
PR 合并指标
 (平均合并 13天 23小时) (30 天内合并 20 个 PR)

描述

Is your feature request related to a problem? Please describe.

The filters in some widgets are using Case-Sensitive. For example - Types widget, Flags widget

Describe the solution you'd like

Enable case-insensitive search in them all

Describe alternatives you've considered

Best option will be to set case-insensitive by default and add a little button to toggle the mode. But that is only a nice-to-have

Additional context

It will be also nice to make sure that the filters enable Wildcard Matching

贡献者指南