Skip to content

Commit 57fc519

Browse files
BananeweizenCalixte
authored andcommitted
Issue #512: Focus config name of internal config editor
Was missing only in 1 of 5 implementation classes.
1 parent 358b10b commit 57fc519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/InternalConfigurationEditor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public Control createEditorControl(Composite parent, final Shell shell) {
110110
mConfigName = new Text(contents, SWT.LEFT | SWT.SINGLE | SWT.BORDER);
111111
gridData = new GridData(GridData.FILL_HORIZONTAL);
112112
mConfigName.setLayoutData(gridData);
113+
mConfigName.setFocus();
113114

114115
Label lblConfigLocation = new Label(contents, SWT.NULL);
115116
lblConfigLocation.setText(Messages.CheckConfigurationPropertiesDialog_lblLocation);

0 commit comments

Comments
 (0)