Select all text in Edit field name

This commit is contained in:
mumbel 2024-02-17 19:45:26 -06:00
parent 6d6d0317e2
commit b71c350c4e

View File

@ -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);
}