mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1451: Add sync selection actions, toggles
This commit is contained in:
parent
ccbf264116
commit
cfdf1051a1
32 changed files with 1068 additions and 424 deletions
|
@ -32,6 +32,7 @@ import org.junit.*;
|
|||
import docking.*;
|
||||
import docking.action.*;
|
||||
import docking.dnd.GClipboard;
|
||||
import docking.widgets.EventTrigger;
|
||||
import docking.widgets.OptionDialog;
|
||||
import docking.widgets.fieldpanel.FieldPanel;
|
||||
import docking.widgets.fieldpanel.support.FieldSelection;
|
||||
|
@ -65,8 +66,7 @@ import ghidra.util.Msg;
|
|||
|
||||
/**
|
||||
*
|
||||
* Note: This test is sensitive to focus. So, don't click any windows while this test
|
||||
* is running.
|
||||
* Note: This test is sensitive to focus. So, don't click any windows while this test is running.
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1691,7 +1691,8 @@ public class ClipboardPluginTest extends AbstractGhidraHeadedIntegrationTest {
|
|||
|
||||
@Override
|
||||
public void clearSelection() {
|
||||
runSwing(() -> provider.programSelectionChanged(new ProgramSelection()));
|
||||
runSwing(() -> provider.programSelectionChanged(new ProgramSelection(),
|
||||
EventTrigger.GUI_ACTION));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue