mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
find in path: select all in search field when show popup
This commit is contained in:
@@ -201,6 +201,7 @@ public class FindPopupPanel extends JBPanel {
|
||||
else {
|
||||
showPoint = JBPopupFactory.getInstance().guessBestPopupLocation(myDataContext);
|
||||
}
|
||||
mySearchComponent.selectAll();
|
||||
myFindBalloon.show(showPoint);
|
||||
myFindBalloon.pack(true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user