feat(plugins): add method to open usage dialog

This commit is contained in:
Skylot
2025-01-20 19:05:06 +00:00
parent 45d320a596
commit 19f3cdf501
7 changed files with 67 additions and 46 deletions
@@ -83,6 +83,11 @@ public interface JadxGuiContext {
*/
boolean open(ICodeNodeRef ref);
/**
* Open usage dialog for a node
*/
void openUsageDialog(ICodeNodeRef ref);
/**
* Reload code in active tab
*/