mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Select all text in Edit field name
This commit is contained in:
parent
6d6d0317e2
commit
b71c350c4e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user