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 6a80d8c7d41..d145ab61870 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 @@ -21,7 +21,8 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set = setOf NewFileTemplate("ide.newFileTempl", newFileTemplateEvents), NPWizards("ide.npwizards", NPWizardsEvents), DebugEval("ide.debugger.eval", debugEvalEvents), - J2K("ide.j2k"); + J2K("ide.j2k"), + Editor("ide.editor"); val GROUP_ID: String = "kotlin.$groupIdSuffix" } diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index 64b0deaf46e..70fe9046658 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -79,6 +79,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 74b0589f767..0a2d4d03f6b 100644 --- a/idea/resources/META-INF/plugin.xml.192 +++ b/idea/resources/META-INF/plugin.xml.192 @@ -79,6 +79,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. +