mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't expand exclude step by timer (IDEA-152991)
This commit is contained in:
+10
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user