Extract function: make name editor focused
#KT-22333 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
610cc3867b
commit
16ebcc6e77
+2
@@ -213,6 +213,8 @@ public class KotlinExtractFunctionDialog extends DialogWrapper {
|
|||||||
inputParametersPanel.setText("&Parameters");
|
inputParametersPanel.setText("&Parameters");
|
||||||
inputParametersPanel.setLabelFor(parameterTablePanel.getTable());
|
inputParametersPanel.setLabelFor(parameterTablePanel.getTable());
|
||||||
inputParametersPanel.add(parameterTablePanel);
|
inputParametersPanel.add(parameterTablePanel);
|
||||||
|
|
||||||
|
functionNameField.requestFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("SuspiciousMethodCalls")
|
@SuppressWarnings("SuspiciousMethodCalls")
|
||||||
|
|||||||
Reference in New Issue
Block a user