mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
settings search: do not accept everything when only stop-word is provided (IDEA-108050)
This commit is contained in:
@@ -676,6 +676,9 @@ public class SearchUtil {
|
||||
}
|
||||
keySetList.add(keySet);
|
||||
}
|
||||
if (keySetList.isEmpty() && !StringUtil.isEmptyOrSpaces(filter)) {
|
||||
keySetList.add(Collections.singleton(filter));
|
||||
}
|
||||
return keySetList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user