fixed a set of possible values for New File Templates collector

This commit is contained in:
Anton Yalyshev
2019-06-18 12:15:14 +03:00
parent edf467febf
commit 2adcb6d616
@@ -77,13 +77,13 @@ val refactoringEvents = hashSetOf(
"JavaMemberByKotlinReferenceInplaceRenameHandler" "JavaMemberByKotlinReferenceInplaceRenameHandler"
) )
val newFileTemplateEvents = hashSetOf( val newFileTemplateEvents = hashSetOf(
"Kotlin_File", "Kotlin File",
"Kotlin_Class", "Kotlin Class",
"Kotlin_Interface", "Kotlin Interface",
"Kotlin_Object", "Kotlin Object",
"Kotlin_Enum", "Kotlin Enum",
"Kotlin_Scratch", "Kotlin Scratch",
"Kotlin_Script" "Kotlin Script"
) )
val NPWizardsEvents = hashSetOf( val NPWizardsEvents = hashSetOf(
"KotlinModuleBuilder: JVM (JVM_1_6)", "KotlinModuleBuilder: JVM (JVM_1_6)",