find in path: select all in search field when show popup

This commit is contained in:
Vassiliy.Kudryashov
2016-05-19 01:15:57 +03:00
parent 09ec9278df
commit e4c7d35018
@@ -201,6 +201,7 @@ public class FindPopupPanel extends JBPanel {
else {
showPoint = JBPopupFactory.getInstance().guessBestPopupLocation(myDataContext);
}
mySearchComponent.selectAll();
myFindBalloon.show(showPoint);
myFindBalloon.pack(true, true);
}