Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2024-01-03 11:52:49 -05:00
commit c3b7fc40ef
2 changed files with 5 additions and 3 deletions

View file

@ -661,7 +661,9 @@ public class ProgramManagerPlugin extends Plugin implements ProgramManager, Opti
}
private void openProgramLocations(List<ProgramLocator> locators) {
if (locators.isEmpty()) {
return;
}
Set<ProgramLocator> toOpen = new LinkedHashSet<>(locators); // preserve order
// ensure already opened programs are visible in the tool

View file

@ -19,7 +19,7 @@
<h1>GhidraDev README</h1>
<p>GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse.
</p>
<p>The information provided in this document is effective as of GhidraDev 3.0.1 and is subject to
<p>The information provided in this document is effective as of GhidraDev 3.0.2 and is subject to
change with future releases.</p>
<ul>
@ -160,7 +160,7 @@ that specify other projects on their build paths.</p>
<h2><a name="MinimumRequirements"></a>Minimum Requirements</h2>
<ul>
<li>Eclipse 2020-09 4.17 or later</li>
<li>Eclipse 2021-12 4.22 or later</li>
<li>Ghidra 9.1 or later</li>
</ul>
<p>(<a href="#top">Back to Top</a>)</p>