From 4bcfbbfcdfdf2a299099c8e37d20999fe9a97d1f Mon Sep 17 00:00:00 2001 From: Artem Bochkarev Date: Thu, 6 Dec 2018 13:52:54 +0700 Subject: [PATCH] fixed ShortcutsCollector.getInputEventText for touchbar events --- .../collectors/fus/ui/persistence/ShortcutsCollector.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/persistence/ShortcutsCollector.java b/platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/persistence/ShortcutsCollector.java index b685a4a29831..2f3d381c2f1c 100644 --- a/platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/persistence/ShortcutsCollector.java +++ b/platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/persistence/ShortcutsCollector.java @@ -2,6 +2,7 @@ package com.intellij.internal.statistic.collectors.fus.ui.persistence; import com.intellij.internal.statistic.persistence.UsageStatisticsPersistenceComponent; +import com.intellij.openapi.actionSystem.ActionPlaces; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.KeyboardShortcut; import com.intellij.openapi.components.*; @@ -65,6 +66,9 @@ public class ShortcutsCollector implements PersistentStateComponent