From 33ecf97be3d53e386972b2db59d34a59057e2fd1 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Mon, 19 May 2025 14:21:59 -0400 Subject: [PATCH] Updated the Quick Edit Field to fix the menu name and to fix a data type edit bug --- .../main/help/help/topics/DataPlugin/Data.htm | 6 +- .../app/plugin/core/data/DataPlugin.java | 4 +- .../plugin/core/data/EditDataFieldDialog.java | 58 +++++++++++++------ .../plugin/core/data/EditFieldDialogTest.java | 18 ++++++ 4 files changed, 63 insertions(+), 23 deletions(-) diff --git a/Ghidra/Features/Base/src/main/help/help/topics/DataPlugin/Data.htm b/Ghidra/Features/Base/src/main/help/help/topics/DataPlugin/Data.htm index 43377f3973..413088eef9 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/DataPlugin/Data.htm +++ b/Ghidra/Features/Base/src/main/help/help/topics/DataPlugin/Data.htm @@ -972,7 +972,7 @@
  1. Right mouse click on a structure member in the Listing
  2. -
  3. Choose the Data Quick Edit Field +
  4. Choose the Data Edit Field... action to bring the up the Edit Field Dialog
  5. @@ -1370,8 +1370,8 @@

    As a convenience, a structure or union field can be edited directly from the listing without bringing up the entire structure or union editor. To edit a field, click anywhere on the line displaying that field in the listing and then right click and select Data Edit Field from the popup context menu.

    -

    Edit Field Dialog

    + src="help/shared/arrow.gif"> Edit Field... from the popup context menu.

    +

    Edit Field Dialog