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 6c6d36ddc99..e35f566778a 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 @@ -20,7 +20,7 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set = setOf Refactoring("ide.action.refactoring", refactoringEvents), NewFileTemplate("ide.newFileTempl", newFileTemplateEvents), NPWizards("ide.npwizards", NPWizardsEvents), - Debug("ide.debugger", debugEvalEvents), + Debug("ide.debugger"), J2K("ide.j2k"), Editor("ide.editor"); @@ -114,18 +114,4 @@ val NPWizardsEvents = setOf( "KotlinDslGradleKotlinJSFrameworkSupportProvider", "KotlinDslGradleKotlinJSBrowserFrameworkSupportProvider", "KotlinDslGradleKotlinJSNodeFrameworkSupportProvider" -) -val debugEvalEvents = setOf( - "Success", - "NoFrameProxy", - "ThreadNotAvailable", - "ThreadNotSuspended", - "ProcessCancelledException", - "InterpretingException", - "EvaluateException", - "SpecialException", - "GenericException", - "FrontendException", - "BackendException", - "ErrorsInCode" ) \ No newline at end of file diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index dc7ffda8f30..9911f796809 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -73,7 +73,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - + diff --git a/idea/resources/META-INF/plugin.xml.191 b/idea/resources/META-INF/plugin.xml.191 index adea3a99b53..4e1b39e4eef 100644 --- a/idea/resources/META-INF/plugin.xml.191 +++ b/idea/resources/META-INF/plugin.xml.191 @@ -73,7 +73,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - +