fixed a set of possible values for New File Templates collector
This commit is contained in:
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user