diff --git a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt index 8e8e137958e..0008e52fd7e 100644 --- a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt +++ b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt @@ -18,7 +18,8 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set = setOf Refactoring("ide.action.refactoring", refactoringEvents), NewFileTemplate("ide.newFileTempl", newFileTemplateEvents), NPWizards("ide.npwizards", NPWizardsEvents), - DebugEval("ide.debugger.eval", debugEvalEvents); + DebugEval("ide.debugger.eval", debugEvalEvents), + J2K("ide.j2k"); val GROUP_ID: String = "kotlin.$groupIdSuffix" } diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index b4f5297ad5c..e2eb1467d9b 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -81,6 +81,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. + diff --git a/idea/resources/META-INF/plugin.xml.192 b/idea/resources/META-INF/plugin.xml.192 index c8b72fc9cf8..a4cb69aa860 100644 --- a/idea/resources/META-INF/plugin.xml.192 +++ b/idea/resources/META-INF/plugin.xml.192 @@ -81,6 +81,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. +