Vector35 / binaryninja-api

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

Allow renaming enum members with N key #3594

Closed zackorndorff closed 1 year ago

zackorndorff commented 2 years ago

What is the feature you'd like to have? Similar to how you can press N on the use of a struct member, it would be useful to be able to press N to rename an enum member from one of its uses

Are any alternative solutions acceptable? The N hotkey does work in the Types view, which is usable enough as a substitute.

plafosse commented 1 year ago

Fixed in 3.5.4294

plafosse commented 1 year ago

Unfortunately there is a bug that causes this to be less useful. https://github.com/Vector35/binaryninja-api/issues/4341