Register FUS collector for Code Completion

This commit is contained in:
Anton Yalyshev
2019-07-25 11:37:31 +03:00
parent ac7c89b3b5
commit e99395e548
3 changed files with 4 additions and 1 deletions
@@ -21,7 +21,8 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set<String> = 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"
}