From 0c1a8ab8ff3d3806e8898abb01337a041325b6cc Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 4 Jun 2015 19:47:24 +0300 Subject: [PATCH] Change KotlinCleanupInspection display name and description to mention deprecated symbols --- idea/resources/inspectionDescriptions/KotlinDeprecation.html | 3 +++ idea/src/META-INF/plugin.xml | 2 +- .../kotlin/idea/inspections/KotlinCleanupInspection.kt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/idea/resources/inspectionDescriptions/KotlinDeprecation.html b/idea/resources/inspectionDescriptions/KotlinDeprecation.html index 8a523b9e534..866e18cbe40 100644 --- a/idea/resources/inspectionDescriptions/KotlinDeprecation.html +++ b/idea/resources/inspectionDescriptions/KotlinDeprecation.html @@ -3,5 +3,8 @@ This inspection is used during the code cleanup operation (Analyze | Code Cleanup) to automatically replace usages of obsolete language features or unnecessarily verbose code constructs with compact and up-to-date syntax. +

+Deprecated symbol usages are also replaced with their proposed substitutions. +

diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 90ba1acc7b0..e871e89007a 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1024,7 +1024,7 @@ ? { if (isOnTheFly || !ProjectRootsUtil.isInProjectSource(file)) {