Merge remote-tracking branch 'origin/patch'

Conflicts:
	Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/gui/provider/matchtable/VTMatchTableProvider.java
This commit is contained in:
Ryan Kurtz 2024-03-13 09:27:48 -04:00
commit 647bc541e5
29 changed files with 294 additions and 170 deletions

View file

@ -34,7 +34,8 @@ public abstract class AbstractTraceRmiLaunchOpinion implements TraceRmiLaunchOpi
String pluginName = PluginUtils.getPluginNameFromClass(TraceRmiLauncherServicePlugin.class);
options.registerOption(TraceRmiLauncherServicePlugin.OPTION_NAME_SCRIPT_PATHS,
OptionType.STRING_TYPE, "", new HelpLocation(pluginName, "options"),
"Paths to search for user-created debugger launchers", new ScriptPathsPropertyEditor());
"Paths to search for user-created debugger launchers",
() -> new ScriptPathsPropertyEditor());
}
@Override