Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
938 stars 213 forks source link

Show indication of how many items are selected #6107

Open ilbaroni opened 2 weeks ago

ilbaroni commented 2 weeks ago

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.

image_720

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.