created FUS Group for J2K

This commit is contained in:
Anton Yalyshev
2019-06-17 13:23:17 +03:00
parent ccfe155f58
commit cf885789ff
3 changed files with 4 additions and 1 deletions
@@ -18,7 +18,8 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set<String> = 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"
}
+1
View File
@@ -81,6 +81,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<statistics.counterUsagesCollector groupId="kotlin.ide.newFileTempl" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.npwizards" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.debugger.eval" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.j2k" version="1"/>
<trafficLightRendererContributor implementation="org.jetbrains.kotlin.idea.core.script.ScriptTrafficLightRendererContributor"/>
</extensions>
+1
View File
@@ -81,6 +81,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<statistics.counterUsagesCollector groupId="kotlin.ide.newFileTempl" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.npwizards" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.debugger.eval" version="1"/>
<statistics.counterUsagesCollector groupId="kotlin.ide.j2k" version="1"/>
<trafficLightRendererContributor implementation="org.jetbrains.kotlin.idea.core.script.ScriptTrafficLightRendererContributor"/>
</extensions>