From acdb750c91af39caa119e904f895a874289ccb29 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Thu, 2 Oct 2014 10:27:19 +0400 Subject: [PATCH] Renamed classes --- idea/src/META-INF/plugin.xml | 6 +++--- ...odeBlockSelectioner.kt => KotlinCodeBlockSelectioner.kt} | 2 +- .../{JetListSelectioner.kt => KotlinListSelectioner.kt} | 2 +- ...oupSelectioner.kt => KotlinStatementGroupSelectioner.kt} | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename idea/src/org/jetbrains/jet/plugin/editor/wordSelection/{JetCodeBlockSelectioner.kt => KotlinCodeBlockSelectioner.kt} (97%) rename idea/src/org/jetbrains/jet/plugin/editor/wordSelection/{JetListSelectioner.kt => KotlinListSelectioner.kt} (96%) rename idea/src/org/jetbrains/jet/plugin/editor/wordSelection/{JetStatementGroupSelectioner.kt => KotlinStatementGroupSelectioner.kt} (97%) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index e2ec1a1f633..3229ab4efa2 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -316,9 +316,9 @@ - - - + + +