mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-5947 - Created new theme value for the Decompiler's middle-mouse
highlight color so that the Listing and Decompiler colors may change independently.
This commit is contained in:
parent
4fcc1febdd
commit
aae2843f4d
11 changed files with 86 additions and 52 deletions
|
@ -31,9 +31,7 @@ import ghidra.framework.plugintool.PluginConfigurationModel;
|
|||
import ghidra.framework.plugintool.PluginTool;
|
||||
import ghidra.framework.plugintool.util.PluginPackage;
|
||||
import ghidra.util.HelpLocation;
|
||||
import ghidra.util.Msg;
|
||||
import resources.Icons;
|
||||
import utilities.util.reflection.ReflectionUtilities;
|
||||
|
||||
public class ManagePluginsDialog extends ReusableDialogComponentProvider {
|
||||
|
||||
|
@ -147,18 +145,6 @@ public class ManagePluginsDialog extends ReusableDialogComponentProvider {
|
|||
public boolean isEnabledForContext(ActionContext context) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setEnabled(boolean newValue) {
|
||||
|
||||
if (!newValue) {
|
||||
Msg.debug(this, "disable Save As...",
|
||||
ReflectionUtilities.createJavaFilteredThrowable());
|
||||
}
|
||||
|
||||
super.setEnabled(newValue);
|
||||
}
|
||||
|
||||
};
|
||||
icon = Icons.SAVE_AS_ICON;
|
||||
saveAsAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue