Vector35 / Vector35/binaryninja-api
Show indication of how many items are selected
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
When selecting multiple items from a list, it would be nice to have some sort of indication of how many items are selected.
In this example I was trying to see how many functions started with sub_ by applying a filter in the Symbols view.
A simple indication at the bottom of the view where the selection takes place (in this case the Symbols View) showing how many items are selected would be sufficient.
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 Symbols view and its multi-item selection handling in the repository, then inspect how the view renders status information at its bottom edge. Done means the view visibly reports the number of selected items, including after filtering and changing the selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100