mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-test-fixes-5-29-25'
This commit is contained in:
commit
d4120b4b4d
1 changed files with 6 additions and 3 deletions
|
@ -118,7 +118,8 @@ public class StructureEditorUnlockedEnablementTest extends AbstractStructureEdit
|
|||
(action instanceof ArrayAction) || (action instanceof PointerAction) ||
|
||||
(action instanceof HexNumbersAction) ||
|
||||
(action instanceof CreateInternalStructureAction) ||
|
||||
(action instanceof ShowDataTypeInTreeAction)) {
|
||||
(action instanceof ShowDataTypeInTreeAction ||
|
||||
action instanceof FindReferencesToStructureFieldAction)) {
|
||||
checkEnablement(action, true);
|
||||
}
|
||||
else if (action instanceof FavoritesAction) {
|
||||
|
@ -158,7 +159,8 @@ public class StructureEditorUnlockedEnablementTest extends AbstractStructureEdit
|
|||
(action instanceof DeleteAction) || (action instanceof ArrayAction) ||
|
||||
(action instanceof PointerAction) || (action instanceof HexNumbersAction) ||
|
||||
(action instanceof CreateInternalStructureAction) ||
|
||||
(action instanceof ShowDataTypeInTreeAction)) {
|
||||
(action instanceof ShowDataTypeInTreeAction ||
|
||||
action instanceof FindReferencesToStructureFieldAction)) {
|
||||
checkEnablement(action, true);
|
||||
}
|
||||
else if (action instanceof FavoritesAction) {
|
||||
|
@ -199,7 +201,8 @@ public class StructureEditorUnlockedEnablementTest extends AbstractStructureEdit
|
|||
(action instanceof ArrayAction) || (action instanceof PointerAction) ||
|
||||
(action instanceof HexNumbersAction) ||
|
||||
(action instanceof CreateInternalStructureAction) ||
|
||||
(action instanceof ShowDataTypeInTreeAction)) {
|
||||
(action instanceof ShowDataTypeInTreeAction ||
|
||||
action instanceof FindReferencesToStructureFieldAction)) {
|
||||
checkEnablement(action, true);
|
||||
}
|
||||
else if (action instanceof FavoritesAction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue