binaryninja-api
binaryninja-api copied to clipboard
View Quiescing API
We need a quiescing API for ViewFrames that can put non-active Views in an idle state. Without this, non-active views are still updating in the background which can potentially interfere with the active view. There are also performance implications.
An API has been added to ViewFrame and SidebarWidget in 3.2.3826-dev. The following views implement quiescing support. Views not complete should be analyzed to see if they are a good candidate for quiescing.
ViewFrame:
- [x] Graph
- [x] Hex
- [x] Linear
- [ ] Strings
- [x] Types
SidebarWidget:
- [ ] Symbols
- [x] Types
- [ ] Strings
- [ ] Tags
- [ ] Cross References