Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
1faa279d
Commit
1faa279d
authored
6 years ago
by
Mikhail Sokolov
1
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-199661 Results in "Search Everywhere" are delayed
parent
90f7b36f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platform/lang-api/src/com/intellij/ide/actions/searcheverywhere/ContributorSearchResult.java
+0
-1
...ide/actions/searcheverywhere/ContributorSearchResult.java
platform/util/src/com/intellij/util/ui/JBUI.java
+0
-1
platform/util/src/com/intellij/util/ui/JBUI.java
with
0 additions
and
2 deletions
+0
-2
platform/lang-api/src/com/intellij/ide/actions/searcheverywhere/ContributorSearchResult.java
+
0
-
1
View file @
1faa279d
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
platform/util/src/com/intellij/util/ui/JBUI.java
+
0
-
1
View file @
1faa279d
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
1bc89ba3
·
2 years ago
mentioned in commit
1bc89ba3
mentioned in commit 1bc89ba38de50791c0d3c6c0fdc2cc1fdbe1496d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help