don't expand exclude step by timer (IDEA-152991)

This commit is contained in:
Anna Kozlova
2016-03-14 21:34:56 +01:00
parent c25621811c
commit 8f7c6c593a
@@ -121,7 +121,17 @@ public class StaticImportMethodQuestionAction<T extends PsiMember> implements Qu
}
final BaseListPopupStep<T> step =
new BaseListPopupStep<T>(getPopupTitle(), myCandidates) {
@Override
public boolean isAutoSelectionEnabled() {
return false;
}
@Override
public boolean isSpeedSearchEnabled() {
return true;
}
@Override
public PopupStep onChosen(T selectedValue, boolean finalChoice) {
if (selectedValue == null) {