From 1d3f75adfdc8007f19ef67c4d058f5c7d911f5c8 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Wed, 24 Apr 2019 21:30:28 +0300 Subject: [PATCH] created FUS Group for New Project Wizards and Frameworks --- idea/resources/META-INF/plugin.xml | 1 + .../src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index 82a7ec95bef..4d1bfd47575 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -79,5 +79,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. + diff --git a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt index 89cceed5a20..8b792d057c7 100644 --- a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt +++ b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt @@ -12,7 +12,8 @@ enum class FUSEventGroups(groupIdSuffix: String) { MavenTarget("maven.target"), JPSTarget("jps.target"), Refactoring("ide.action.refactoring"), - NewFileTemplate("ide.newFileTempl"); + NewFileTemplate("ide.newFileTempl"), + NPWizards("ide.npwizards"); val GROUP_ID: String = "kotlin.$groupIdSuffix" } \ No newline at end of file