diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
index 2f19163b71f1..799d7cb0a1cc 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
@@ -1,208 +1,208 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/src/META-INF/IdeaPlugin.xml b/resources/src/META-INF/IdeaPlugin.xml
index a8a545b558e3..47f8e618d802 100644
--- a/resources/src/META-INF/IdeaPlugin.xml
+++ b/resources/src/META-INF/IdeaPlugin.xml
@@ -1,1190 +1,1190 @@
-
- com.intellij
- IDEA CORE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com.intellij.codeInsight.intention.impl.SplitIfAction
- Control Flow
-
-
- com.intellij.codeInsight.intention.impl.InvertIfConditionAction
- Control Flow
-
-
- com.intellij.codeInsight.daemon.impl.quickfix.RemoveRedundantElseAction
- Control Flow
-
-
- com.intellij.codeInsight.intention.impl.AddNotNullAnnotationFix
- Control Flow
- AddAnnotationFix
-
-
- com.intellij.codeInsight.intention.impl.AddDeprecationAnnotationFix
- Control Flow
- AddAnnotationFix
-
-
- com.intellij.codeInsight.intention.impl.AddNullableAnnotationFix
- Control Flow
- AddAnnotationFix
-
-
- com.intellij.codeInsight.intention.impl.DeannotateIntentionAction
- Control Flow
-
-
-
- com.intellij.codeInsight.intention.impl.CreateFieldFromParameterAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.AssignFieldFromParameterAction
- Declaration
-
-
- com.intellij.codeInsight.daemon.impl.quickfix.CreateLocalVarFromInstanceofAction
- Declaration
-
-
- com.intellij.codeInsight.daemon.impl.quickfix.CreateCastExpressionFromInstanceofAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.CreateSubclassAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.ImplementAbstractMethodAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.CopyAbstractMethodImplementationAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.SplitDeclarationAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.MoveInitializerToConstructorAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.MoveFieldAssignmentToInitializerAction
- Declaration
-
-
- com.intellij.codeInsight.daemon.impl.quickfix.AddRuntimeExceptionToThrowsAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.MakeTypeGenericAction
- Declaration
-
-
- com.intellij.codeInsight.intention.impl.AddOverrideAnnotationAction
- Declaration
-
-
-
- com.intellij.codeInsight.intention.impl.SimplifyBooleanExpressionAction
- Boolean
-
-
-
- com.intellij.codeInsight.intention.impl.ConcatenationToMessageFormatAction
- I18N
-
-
- com.intellij.codeInsight.intention.impl.ConvertToBasicLatinAction
- I18N
-
-
-
- com.intellij.codeInsight.intention.impl.AddOnDemandStaticImportAction
- Imports
-
-
- com.intellij.codeInsight.intention.impl.AddSingleMemberStaticImportAction
- Imports
-
-
-
-
- com.intellij.codeInspection.actions.UnimplementInterfaceAction
- Declaration
-
-
-
- com.intellij.codeInspection.actions.ReplaceImplementsWithStaticImportAction
- Declaration
-
-
-
- com.intellij.codeInsight.intention.impl.ColorChooserIntentionAction
- Declaration
-
-
-
- com.intellij.codeInsight.intention.impl.ConvertAbsolutePathToRelativeIntentionAction
- Other
-
-
-
- com.intellij.codeInsight.intention.impl.ConvertRelativePathToAbsoluteIntentionAction
- Other
-
-
-
- com.intellij.testIntegration.createTest.CreateTestAction
-
-
-
- com.intellij.codeInspection.concurrencyAnnotations.JCiPOrderEntryFix
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ com.intellij
+ IDEA CORE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.intellij.codeInsight.intention.impl.SplitIfAction
+ Control Flow
+
+
+ com.intellij.codeInsight.intention.impl.InvertIfConditionAction
+ Control Flow
+
+
+ com.intellij.codeInsight.daemon.impl.quickfix.RemoveRedundantElseAction
+ Control Flow
+
+
+ com.intellij.codeInsight.intention.impl.AddNotNullAnnotationFix
+ Control Flow
+ AddAnnotationFix
+
+
+ com.intellij.codeInsight.intention.impl.AddDeprecationAnnotationFix
+ Control Flow
+ AddAnnotationFix
+
+
+ com.intellij.codeInsight.intention.impl.AddNullableAnnotationFix
+ Control Flow
+ AddAnnotationFix
+
+
+ com.intellij.codeInsight.intention.impl.DeannotateIntentionAction
+ Control Flow
+
+
+
+ com.intellij.codeInsight.intention.impl.CreateFieldFromParameterAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.AssignFieldFromParameterAction
+ Declaration
+
+
+ com.intellij.codeInsight.daemon.impl.quickfix.CreateLocalVarFromInstanceofAction
+ Declaration
+
+
+ com.intellij.codeInsight.daemon.impl.quickfix.CreateCastExpressionFromInstanceofAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.CreateSubclassAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.ImplementAbstractMethodAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.CopyAbstractMethodImplementationAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.SplitDeclarationAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.MoveInitializerToConstructorAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.MoveFieldAssignmentToInitializerAction
+ Declaration
+
+
+ com.intellij.codeInsight.daemon.impl.quickfix.AddRuntimeExceptionToThrowsAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.MakeTypeGenericAction
+ Declaration
+
+
+ com.intellij.codeInsight.intention.impl.AddOverrideAnnotationAction
+ Declaration
+
+
+
+ com.intellij.codeInsight.intention.impl.SimplifyBooleanExpressionAction
+ Boolean
+
+
+
+ com.intellij.codeInsight.intention.impl.ConcatenationToMessageFormatAction
+ I18N
+
+
+ com.intellij.codeInsight.intention.impl.ConvertToBasicLatinAction
+ I18N
+
+
+
+ com.intellij.codeInsight.intention.impl.AddOnDemandStaticImportAction
+ Imports
+
+
+ com.intellij.codeInsight.intention.impl.AddSingleMemberStaticImportAction
+ Imports
+
+
+
+
+ com.intellij.codeInspection.actions.UnimplementInterfaceAction
+ Declaration
+
+
+
+ com.intellij.codeInspection.actions.ReplaceImplementsWithStaticImportAction
+ Declaration
+
+
+
+ com.intellij.codeInsight.intention.impl.ColorChooserIntentionAction
+ Declaration
+
+
+
+ com.intellij.codeInsight.intention.impl.ConvertAbsolutePathToRelativeIntentionAction
+ Other
+
+
+
+ com.intellij.codeInsight.intention.impl.ConvertRelativePathToAbsoluteIntentionAction
+ Other
+
+
+
+ com.intellij.testIntegration.createTest.CreateTestAction
+
+
+
+ com.intellij.codeInspection.concurrencyAnnotations.JCiPOrderEntryFix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+