Added statistics collector for new_file_templates and set trigger to createFileFromTemplate

This commit is contained in:
Anton Yalyshev
2018-12-21 19:03:37 +03:00
parent f7ce8c18c6
commit 6510c17804
4 changed files with 11 additions and 2 deletions
@@ -40,4 +40,6 @@ class KotlinIdeIntentionTrigger : KotlinIdeActionTrigger("intention")
class KotlinIdeInspectionTrigger : KotlinIdeActionTrigger("inspection")
class KotlinIdeExceptionTrigger : KotlinIdeStatisticsTrigger("exception")
class KotlinIdeExceptionTrigger : KotlinIdeStatisticsTrigger("exception")
class KotlinIdeNewFileTemplateTrigger : KotlinIdeStatisticsTrigger("newFileTempl")
@@ -35,4 +35,6 @@ class KotlinIdeIntentionTrigger : KotlinIdeActionTrigger("intention")
class KotlinIdeInspectionTrigger : KotlinIdeActionTrigger("inspection")
class KotlinIdeExceptionTrigger : KotlinIdeStatisticsTrigger("exception")
class KotlinIdeExceptionTrigger : KotlinIdeStatisticsTrigger("exception")
class KotlinIdeNewFileTemplateTrigger : KotlinIdeStatisticsTrigger("newFileTempl")