mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-location-fix'
This commit is contained in:
@@ -365,6 +365,8 @@ src/main/help/help/topics/DataWindowPlugin/images/DataWindow.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/DataWindowPlugin/images/DataWindowFilter.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/DbViewerPlugin/DbViewer.htm||GHIDRA||||END|
|
||||
src/main/help/help/topics/DbViewerPlugin/images/DatabaseViewer.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm||GHIDRA||||END|
|
||||
src/main/help/help/topics/DefinedStringsPlugin/images/Defined_String_Table.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/DisassembledViewPlugin/DisassembledViewPlugin.htm||GHIDRA||||END|
|
||||
src/main/help/help/topics/DisassembledViewPlugin/images/DisassembledViewPluginMain.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/DisassemblerPlugin/Disassembly.htm||GHIDRA||||END|
|
||||
@@ -758,8 +760,6 @@ src/main/help/help/topics/VersionControl/images/UndoHijack.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/VersionControl/images/VersionHistory.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/VersionControl/images/ViewCheckouts.png||GHIDRA||||END|
|
||||
src/main/help/help/topics/VersionControl/project_repository.htm||GHIDRA||||END|
|
||||
src/main/help/help/topics/ViewStringsPlugin/ViewStringsPlugin.htm||GHIDRA||||END|
|
||||
src/main/help/help/topics/ViewStringsPlugin/images/Defined_String_Table.png||GHIDRA||||END|
|
||||
src/main/java/ghidra/app/cmd/comments/package.html||GHIDRA||reviewed||END|
|
||||
src/main/java/ghidra/app/cmd/data/package.html||GHIDRA||||END|
|
||||
src/main/java/ghidra/app/cmd/disassemble/package.html||GHIDRA||||END|
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</HEAD>
|
||||
|
||||
<BODY lang="EN-US">
|
||||
<H1><a name="ViewStringsPlugin"></a>View Defined Strings</H1>
|
||||
<H1><a name="DefinedStringsPlugin"></a>Defined Strings</H1>
|
||||
|
||||
<P>The View Defined Strings plugin will display all strings that have been explicitly defined
|
||||
in the program. You can click on the address column and navigate to the string in the <A href=
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -65,7 +65,7 @@
|
||||
<P class="relatedtopic">Related Topics:</P>
|
||||
<UL>
|
||||
<LI><P class="relatedtopic"><A href="help/topics/CodeBrowserPlugin/CodeBrowser.htm">Code Browser</A></P></LI>
|
||||
<LI><P class="relatedtopic"><A href="help/topics/ViewStringsPlugin/ViewStringsPlugin.htm">View Defined Strings</A></P></LI>
|
||||
<LI><P class="relatedtopic"><A href="help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm">DefinedDefined Strings</A></P></LI>
|
||||
<LI><P class="relatedtopic"><A href="help/topics/TranslateStringsPlugin/TranslateStringsPlugin.htm">Translate Strings Plugin</A></P></LI>
|
||||
<LI><P class="relatedtopic"><A href="help/topics/Search/Search_for_Strings.htm#Encoded_Strings_Dialog">Search For Encoded Strings</A></P></LI>
|
||||
</UL>
|
||||
|
||||
@@ -339,7 +339,7 @@
|
||||
<P><B>Related</B></P>
|
||||
|
||||
<BLOCKQUOTE>
|
||||
<P>See the <a href="../ViewStringsPlugin/ViewStringsPlugin.htm">Defined Strings</a> window to see
|
||||
<P>See the <a href="../DefinedStringsPlugin/DefinedStringsPlugin.htm">Defined Strings</a> window to see
|
||||
already created strings.</P>
|
||||
</BLOCKQUOTE>
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<P class="relatedtopic">Related Topics:</P>
|
||||
<UL>
|
||||
<LI><A href="help/topics/CodeBrowserPlugin/CodeBrowser.htm">Code Browser</A></LI>
|
||||
<LI><A href="help/topics/ViewStringsPlugin/ViewStringsPlugin.htm">View Defined Strings</A></LI>
|
||||
<LI><A href="help/topics/DefinedStringsPlugin/DefinedStringsPlugin.htm">Defined Strings</A></LI>
|
||||
</UL>
|
||||
|
||||
<br>
|
||||
|
||||
@@ -96,7 +96,7 @@ public class DefinedStringsPlugin extends ProgramPlugin implements DomainObjectL
|
||||
refreshAction.getToolBarData().setIcon(REFRESH_NOT_NEEDED_ICON);
|
||||
reload();
|
||||
})
|
||||
.helpLocation(new HelpLocation("ViewStringsPlugin", "Refresh"))
|
||||
.helpLocation(new HelpLocation(getName(), "Refresh"))
|
||||
.buildAndInstallLocal(provider);
|
||||
|
||||
tool.addLocalAction(provider, new MakeProgramSelectionAction(this, provider.getTable()));
|
||||
|
||||
Reference in New Issue
Block a user