Vector35 / Vector35/binaryninja-api
Toggle Regex Search Functionality in Settings Search
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
I can't search for "C++" in the settings window and get meaningful results.
I can, however, search for "L+i+n+e+a+r S+w+e+e+p+" and get results for "Linear Sweep".
I'd like to be able to search for "C++," and I think it's safe to break the existing behavior.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the settings-window search entry point and how it handles queries such as "C++" and "Linear Sweep". Determine where a regex-search toggle would belong, then verify that the requested query produces meaningful results without breaking the documented existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100