feat(plugins): add method to open usage dialog
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user