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"
}