mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 14:28:22 +08:00
Select all text in Edit field name
This commit is contained in:
@@ -115,6 +115,7 @@ public class EditFieldNameDialog extends DialogComponentProvider {
|
||||
String name = getCurrentFieldName();
|
||||
setTitle("Edit Field Name: " + dataTypeComponent.getParent().getName() + "." + name);
|
||||
fieldName.setText(name);
|
||||
fieldName.selectAll();
|
||||
clearStatusText();
|
||||
tool.showDialog(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user