From 25c3ce22528e230008ae8d451597ade7b7301c55 Mon Sep 17 00:00:00 2001 From: Sergey Malenkov Date: Thu, 21 May 2015 17:01:27 +0300 Subject: [PATCH] IDEA-140524 Throwable at com.intellij.ide.util.gotoByName.GotoActionItemProvider.a(GotoActionItemProvider.java:105) move configurable-based providers to XMLs where the corresponding configurable is declared --- images/src/META-INF/ImagesPlugin.xml | 1 + .../platform-resources/src/META-INF/LangExtensions.xml | 5 +++++ .../platform-resources/src/META-INF/PlatformExtensions.xml | 7 ------- plugins/ui-designer/src/META-INF/plugin.xml | 1 + 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/images/src/META-INF/ImagesPlugin.xml b/images/src/META-INF/ImagesPlugin.xml index 37de8e2be1ea..83ead95b51e3 100644 --- a/images/src/META-INF/ImagesPlugin.xml +++ b/images/src/META-INF/ImagesPlugin.xml @@ -4,6 +4,7 @@ + diff --git a/platform/platform-resources/src/META-INF/LangExtensions.xml b/platform/platform-resources/src/META-INF/LangExtensions.xml index 05b54bd85a70..fb3189919899 100644 --- a/platform/platform-resources/src/META-INF/LangExtensions.xml +++ b/platform/platform-resources/src/META-INF/LangExtensions.xml @@ -355,6 +355,7 @@ serviceImplementation="com.intellij.codeInspection.ex.ProjectInspectionProfilesVisibleTreeState"/> + @@ -601,6 +602,7 @@ + + + + diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml index 17df98479bf3..2038a55e0e27 100644 --- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml +++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml @@ -377,13 +377,6 @@ - - - - - - - diff --git a/plugins/ui-designer/src/META-INF/plugin.xml b/plugins/ui-designer/src/META-INF/plugin.xml index 1dbd8d76a91c..c8e20109ad72 100644 --- a/plugins/ui-designer/src/META-INF/plugin.xml +++ b/plugins/ui-designer/src/META-INF/plugin.xml @@ -37,6 +37,7 @@ + -- 2.32.0