mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
FUS: add internal action for testing state collectors (update class name)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import com.intellij.openapi.ui.popup.Balloon;
|
||||
import com.intellij.openapi.ui.popup.JBPopupFactory;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class RecordStateStatisticsInEventLog extends AnAction {
|
||||
public class RecordStateStatisticsEventLogAction extends AnAction {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(@NotNull AnActionEvent e) {
|
||||
@@ -855,7 +855,7 @@
|
||||
<group id="FeatureUsage.Internal" popup="true" compact="true" text="Feature Usages Statistics">
|
||||
<action internal="true" id="SendFUStatistics" class="com.intellij.internal.statistic.actions.SendFUStatisticsAction" text="Collect And Send Statistics"/>
|
||||
<action internal="true" id="SendEventLogStatistics" class="com.intellij.internal.statistic.actions.SendEventLogAction" text="Send Feature Usage Event Log"/>
|
||||
<action internal="true" id="RecordStateCollectors" class="com.intellij.internal.statistic.actions.RecordStateStatisticsInEventLog" text="Record State Collectors to Event Log"/>
|
||||
<action internal="true" id="RecordStateCollectors" class="com.intellij.internal.statistic.actions.RecordStateStatisticsEventLogAction" text="Record State Collectors to Event Log"/>
|
||||
</group>
|
||||
|
||||
<action internal="true" id="ShowEditorHighlighterTokens" class="com.intellij.openapi.editor.actions.ShowEditorHighlighterTokensAction"
|
||||
|
||||
Reference in New Issue
Block a user