mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-3888: Removed SynchronizedTargetActivation interface
This commit is contained in:
parent
6389d9630c
commit
cecd0bcdab
1 changed files with 0 additions and 15 deletions
|
@ -1516,21 +1516,6 @@ public interface DebuggerResources {
|
|||
}
|
||||
}
|
||||
|
||||
interface SynchronizeTargetAction {
|
||||
String NAME = "Synchronize Target Activation";
|
||||
String DESCRIPTION = "Synchronize trace activation with debugger focus/select";
|
||||
Icon ICON = ICON_SYNC;
|
||||
String HELP_ANCHOR = "sync_target";
|
||||
|
||||
static ToggleActionBuilder builder(Plugin owner) {
|
||||
String ownerName = owner.getName();
|
||||
return new ToggleActionBuilder(NAME, ownerName).description(DESCRIPTION)
|
||||
.menuPath(NAME)
|
||||
.menuIcon(ICON)
|
||||
.helpLocation(new HelpLocation(ownerName, HELP_ANCHOR));
|
||||
}
|
||||
}
|
||||
|
||||
interface SaveByDefaultAction {
|
||||
String NAME = "Save Traces By Default";
|
||||
String DESCRIPTION = "Automatically save traces to the project";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue