1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 330688: Automatically select text in Extract Local Variable

https://bugs.eclipse.org/bugs/show_bug.cgi?id=330688
This commit is contained in:
Emanuel Graf 2011-01-03 14:34:07 +00:00
parent 4342fe2099
commit 52f9c10504

View file

@ -62,6 +62,7 @@ public class InputPage extends UserInputWizardPage {
}
});
nameText.selectAll();
checkName();
setControl(control);
}