mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
489 lines
20 KiB
XML
489 lines
20 KiB
XML
<idea-plugin>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<!-- Annotations -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.annotation.AnnotateOverriddenMethodsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.annotations</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Numbers -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.integer.JavaNumberConversionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Boolean -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.bool.DemorgansIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.bool.NegateComparisonIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.bool.NegateConditionalIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.bool.FlipComparisonIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.ExpandBooleanIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.ConvertToNestedIfIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Conditional Operator -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.conditional.FlipConditionalIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.conditional.ReplaceConditionalWithBooleanExpressionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.conditional.operator</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Shift -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.shift.ReplaceMultiplyWithShiftIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.shift.ReplaceShiftWithMultiplyIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- JUnit -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.junit.ReplaceAssertLiteralWithAssertEqualsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.junit</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.junit.CreateAssertIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.junit</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.junit.FlipAssertLiteralIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.junit</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.junit.DataPointHolderConversionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.junit</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Declaration -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.initialization.SplitDeclarationAndInitializationIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.intellij.codeInsight.daemon.impl.quickfix.ConvertInterfaceToClassIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.varargs.WrapVarargArgumentsWithExplicitArrayIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.adapter.AdapterToListenerIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.decls.ChangeVariableTypeToRhsTypeIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.types.MakeMethodDefaultIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.exceptions.ObscureThrownExceptionsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.declaration</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Imports -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.imports.ReplaceOnDemandImportIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.imports</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Comments -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.comment.ChangeToCStyleCommentIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.comments</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.comment.ChangeToEndOfLineCommentIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.comments</categoryKey>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.comment.MoveCommentToSeparateLineIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.comments</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Control Flow -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.SplitElseIfIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.MergeElseIfIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.MergeIfAndIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.MergeIfOrIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.trivialif.MergeParallelIfsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.switchtoif.ReplaceSwitchWithIfIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.forloop.ReplaceForEachLoopWithIndexedForLoopIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.forloop.ReplaceForEachLoopWithOptimizedIndexedForLoopIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.forloop.ReplaceForEachLoopWithIteratorForLoopIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.whileloop.ReplaceDoWhileLoopWithWhileLoopIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.whileloop.ExtractWhileLoopConditionToIfStatementIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.forloop.ReverseForLoopDirectionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.functional.ExtractToMethodReferenceIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.switchbranches.CreateMissingSwitchBranchesAction</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.control.flow</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Modifiers -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.modifiers.ChangeModifierIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Strings -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.ReplaceConcatenationWithStringBufferIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.ReplaceConcatenationWithFormatStringIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.ReplaceFormatStringWithConcatenationIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.CopyConcatenatedStringToClipboardIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.JoinConcatenatedStringLiteralsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.chartostring.CharToStringIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Try Statements -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.exceptions.DetailExceptionsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.try.statements</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.exceptions.ConvertCatchToThrowsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.try.statements</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.exceptions.ReplaceArmWithTryFinallyIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.try.statements</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.exceptions.MergeNestedTryStatementsIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.try.statements</categoryKey>
|
|
</intentionAction>
|
|
|
|
<!-- Other -->
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.expression.FlipExpressionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.expression.eliminate.EliminateParenthesesIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.expression.FlipSetterCallIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.commutative.FlipCommutativeMethodCallIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.MakeCallChainIntoCallSequenceIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.concatenation.MergeCallSequenceToChainIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.ReplaceOperatorAssignmentWithAssignmentIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.ReplaceOperatorAssignmentWithPostfixExpressionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.ReplacePostfixExpressionWithOperatorAssignmentIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.ReplacePostfixExpressionWithAssignmentIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.ReplaceAssignmentWithPostfixExpressionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.constant.ConstantSubexpressionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.increment.ExtractIncrementIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.increment.InlineIncrementIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.unicode.UnicodeUnescapeIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.unicode.ReplaceOctalEscapeWithUnicodeEscapeIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.strings</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.asserttoif.ObjectsRequireNonNullIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.datetime.ShowDateTimeExampleOutputIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.other</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.opassign.PostfixPrefixIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.expressions</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.collections.ReplaceWithArraysAsListIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.collections</categoryKey>
|
|
</intentionAction>
|
|
<intentionAction>
|
|
<language>JAVA</language>
|
|
<className>com.siyeh.ipp.collections.ReplaceWithMutableCollectionIntention</className>
|
|
<bundleName>messages.JavaBundle</bundleName>
|
|
<categoryKey>intention.category.collections</categoryKey>
|
|
</intentionAction>
|
|
</extensions>
|
|
</idea-plugin>
|