created FUS Group for New Project Wizards and Frameworks
This commit is contained in:
@@ -79,5 +79,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
<statistics.counterUsagesCollector groupId="kotlin.gradle.library" version="1"/>
|
||||
<statistics.counterUsagesCollector groupId="kotlin.ide.action.refactoring" version="1"/>
|
||||
<statistics.counterUsagesCollector groupId="kotlin.ide.newFileTempl" version="1"/>
|
||||
<statistics.counterUsagesCollector groupId="kotlin.ide.npwizards" version="1"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
|
||||
@@ -12,7 +12,8 @@ enum class FUSEventGroups(groupIdSuffix: String) {
|
||||
MavenTarget("maven.target"),
|
||||
JPSTarget("jps.target"),
|
||||
Refactoring("ide.action.refactoring"),
|
||||
NewFileTemplate("ide.newFileTempl");
|
||||
NewFileTemplate("ide.newFileTempl"),
|
||||
NPWizards("ide.npwizards");
|
||||
|
||||
val GROUP_ID: String = "kotlin.$groupIdSuffix"
|
||||
}
|
||||
Reference in New Issue
Block a user