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:
dragonmacher 2025-08-22 18:00:48 -04:00
parent 4fcc1febdd
commit aae2843f4d
11 changed files with 86 additions and 52 deletions

View file

@ -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