Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
df5bed1d
Commit
df5bed1d
authored
6 years ago
by
Mikhail Sokolov
Browse files
Options
Download
Email Patches
Plain Diff
Statistics collection fix
parent
dd20086c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/lang-impl/src/com/intellij/ide/actions/searcheverywhere/statistics/SearchEverywhereUsageTriggerCollector.java
+1
-0
...ere/statistics/SearchEverywhereUsageTriggerCollector.java
with
1 addition
and
0 deletions
+1
-0
platform/lang-impl/src/com/intellij/ide/actions/searcheverywhere/statistics/SearchEverywhereUsageTriggerCollector.java
+
1
-
0
View file @
df5bed1d
...
...
@@ -25,6 +25,7 @@ public class SearchEverywhereUsageTriggerCollector {
FeatureUsageLogger
.
INSTANCE
.
log
(
GROUP_ID
,
feature
,
StatisticsUtilKt
.
createData
(
project
,
context
));
}
@NotNull
public
static
FUSUsageContext
createContext
(
@Nullable
String
contributorID
,
@Nullable
String
shortcut
)
{
return
FUSUsageContext
.
create
(
contributorID
,
shortcut
);
}
...
...
This diff is collapsed.
Click to expand it.
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