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:
parent
4342fe2099
commit
52f9c10504
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ public class InputPage extends UserInputWizardPage {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
nameText.selectAll();
|
||||||
checkName();
|
checkName();
|
||||||
setControl(control);
|
setControl(control);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue