Commit 1faa279d authored by Mikhail Sokolov's avatar Mikhail Sokolov
Browse files

IDEA-199661 Results in "Search Everywhere" are delayed

parent 90f7b36f
Showing with 0 additions and 2 deletions
+0 -2
...@@ -36,7 +36,6 @@ public class ContributorSearchResult<T> { ...@@ -36,7 +36,6 @@ public class ContributorSearchResult<T> {
return items.isEmpty(); return items.isEmpty();
} }
//todo is multithreading possible? #UX-1
public static class Builder<T> { public static class Builder<T> {
private final Set<T> items = new LinkedHashSet<>(); private final Set<T> items = new LinkedHashSet<>();
private boolean hasMore; private boolean hasMore;
......
...@@ -1763,7 +1763,6 @@ public class JBUI { ...@@ -1763,7 +1763,6 @@ public class JBUI {
public static final JBValue SELECTION_HEIGHT = new JBValue.UIInteger("TabbedPane.tabSelectionHeight", 3); public static final JBValue SELECTION_HEIGHT = new JBValue.UIInteger("TabbedPane.tabSelectionHeight", 3);
} }
//todo #UX-1 maybe move to popup
public static class BigPopup { public static class BigPopup {
public static Color headerBackground() { public static Color headerBackground() {
return JBColor.namedColor("SearchEverywhere.Header.background", 0xf2f2f2); return JBColor.namedColor("SearchEverywhere.Header.background", 0xf2f2f2);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment