mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Added a help entry for an action missing help
This commit is contained in:
parent
6805c6bc20
commit
5d499c990e
2 changed files with 11 additions and 2 deletions
|
@ -72,6 +72,14 @@
|
|||
</p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
<h2><a name="Toggle_Hex_Mode"></a>Toggle Hex Mode</h2>
|
||||
<blockquote>
|
||||
<p>
|
||||
Changes the Enum value column to show values in hex or decimal.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<h2><a name="Add_Enum_Value"></a>Add an Enum Entry</h2>
|
||||
<blockquote>
|
||||
<p>Create an new enum entry by selecting the
|
||||
|
|
|
@ -272,6 +272,7 @@ public class EnumEditorProvider extends ComponentProviderAdapter
|
|||
|
||||
private void createActions() {
|
||||
hexDisplayAction = new ToggleActionBuilder("Toggle Hex Mode", plugin.getName())
|
||||
.helpLocation(new HelpLocation(HELP_TOPIC, "Toggle_Hex_Mode"))
|
||||
.menuPath("Show Enum Values in Hex")
|
||||
.description("Toggles Enum value column to show values in hex or decimal")
|
||||
.keyBinding("Shift-H")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue