mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Help location fixes
This commit is contained in:
parent
c7f934c9d1
commit
ac98e609d7
4 changed files with 8 additions and 7 deletions
|
@ -12,7 +12,9 @@
|
||||||
</HEAD>
|
</HEAD>
|
||||||
|
|
||||||
<BODY>
|
<BODY>
|
||||||
<H1><A name="ProgramTreePlugin"></A>Program Tree Manager </H1>
|
<H1><A name="ProgramTreePlugin"></A><A name="Program_Tree"></A>
|
||||||
|
Program Tree Plugin
|
||||||
|
</H1>
|
||||||
|
|
||||||
<P>Program Trees are used to organize programs into a tree structure. Nodes within the a
|
<P>Program Trees are used to organize programs into a tree structure. Nodes within the a
|
||||||
program tree can be used to navigate to the corresponding address in the <A href=
|
program tree can be used to navigate to the corresponding address in the <A href=
|
||||||
|
|
|
@ -45,13 +45,13 @@ public class ViewManagerComponentProvider extends ComponentProviderAdapter
|
||||||
private Program currentProgram;
|
private Program currentProgram;
|
||||||
private String restoredViewName;
|
private String restoredViewName;
|
||||||
|
|
||||||
public ViewManagerComponentProvider(PluginTool tool, String name) {
|
public ViewManagerComponentProvider(PluginTool tool, String owner) {
|
||||||
super(tool, NAME, name, ProgramActionContext.class);
|
super(tool, NAME, owner, ProgramActionContext.class);
|
||||||
viewPanel = new ViewPanel(tool, this);
|
viewPanel = new ViewPanel(tool, this);
|
||||||
listeners = new ArrayList<>(3);
|
listeners = new ArrayList<>(3);
|
||||||
|
|
||||||
setTitle("Program Trees");
|
setTitle("Program Trees");
|
||||||
setHelpLocation(new HelpLocation(getName(), getName()));
|
setHelpLocation(new HelpLocation(owner, getName()));
|
||||||
setDefaultWindowPosition(WindowPosition.LEFT);
|
setDefaultWindowPosition(WindowPosition.LEFT);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -30,7 +30,6 @@ src/main/help/help/topics/Diff/images/SelectOtherProgram.png||GHIDRA||||END|
|
||||||
src/main/help/help/topics/Diff/images/SelectOtherVersionedProgram.png||GHIDRA||||END|
|
src/main/help/help/topics/Diff/images/SelectOtherVersionedProgram.png||GHIDRA||||END|
|
||||||
src/main/help/help/topics/Diff/images/disk.png||FAMFAMFAM Icons - CC 2.5|||famfamfam silk icon set|END|
|
src/main/help/help/topics/Diff/images/disk.png||FAMFAMFAM Icons - CC 2.5|||famfamfam silk icon set|END|
|
||||||
src/main/help/help/topics/Diff/images/down.png||GHIDRA||reviewed||END|
|
src/main/help/help/topics/Diff/images/down.png||GHIDRA||reviewed||END|
|
||||||
src/main/help/help/topics/Diff/images/erase16.png||GHIDRA||reviewed||END|
|
|
||||||
src/main/help/help/topics/Diff/images/eraser_arrow16.png||GHIDRA||||END|
|
src/main/help/help/topics/Diff/images/eraser_arrow16.png||GHIDRA||||END|
|
||||||
src/main/help/help/topics/Diff/images/pencil16.png||GHIDRA||reviewed||END|
|
src/main/help/help/topics/Diff/images/pencil16.png||GHIDRA||reviewed||END|
|
||||||
src/main/help/help/topics/Diff/images/pencil_arrow16.png||GHIDRA||reviewed||END|
|
src/main/help/help/topics/Diff/images/pencil_arrow16.png||GHIDRA||reviewed||END|
|
||||||
|
|
|
@ -223,7 +223,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" valign="top" width="16">
|
<td align="left" valign="top" width="16">
|
||||||
<a href="#Diff_Location_Details">
|
<a href="#Show_Diff_Location_Details">
|
||||||
<img src="images/xmag.png" alt="" border="0">
|
<img src="images/xmag.png" alt="" border="0">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -966,7 +966,7 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h2>
|
<h2>
|
||||||
<a name="Diff_Location_Details"></a>
|
<a name="Show_Diff_Location_Details"></a>
|
||||||
<a name="Refresh_Diff_Details"></a>
|
<a name="Refresh_Diff_Details"></a>
|
||||||
Viewing Difference Details at a Location
|
Viewing Difference Details at a Location
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue