mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-1913 - Updated data type synchronization workflow by adding a new action and a home button to the structure editor. Added action to the composite editors and enum editor to show the type being edited in the Data Type Manager's tree.
This commit is contained in:
parent
d7f9cdfe5c
commit
d9af59df1a
53 changed files with 955 additions and 453 deletions
|
@ -93,7 +93,7 @@ public class DeveloperDumpAllTypesScript extends GhidraScript {
|
|||
}
|
||||
String userChoice =
|
||||
OptionDialog.showInputChoiceDialog(null, "Choose a Data Type Manager or Cancel",
|
||||
"Choose", names, initialDtmChoice, OptionDialog.CANCEL_OPTION);
|
||||
"Choose", names, initialDtmChoice, OptionDialog.PLAIN_MESSAGE);
|
||||
if (userChoice == null) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue