as31: Revert unintended changes in plugin.xml.as31

This commit is contained in:
Vyacheslav Gerasimov
2018-06-19 21:29:52 +03:00
parent ea98a892d2
commit fa56afca08
+6 -4
View File
@@ -481,6 +481,8 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/> <codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
<typeDeclarationProvider implementation="org.jetbrains.kotlin.idea.codeInsight.KotlinTypeDeclarationProvider"/> <typeDeclarationProvider implementation="org.jetbrains.kotlin.idea.codeInsight.KotlinTypeDeclarationProvider"/>
<completion.contributor language="kotlin" <completion.contributor language="kotlin"
@@ -2834,11 +2836,11 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/> />
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.CanSealedSubClassBeObjectInspection" <localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.CanSealedSubClassBeObjectInspection"
displayName="Refactor Sealed Sub-class to Object" displayName="Sealed sub-class without state and overridden equals"
groupPath="Kotlin" groupPath="Kotlin"
groupName="Style issues" groupName="Probable bugs"
enabledByDefault="true" enabledByDefault="true"
level="INFO" level="WEAK WARNING"
language="kotlin" language="kotlin"
/> />
@@ -2852,7 +2854,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/> />
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.MainFunctionReturnUnitInspection" <localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.MainFunctionReturnUnitInspection"
displayName="Main function should return Unit" displayName="Entry point function should return Unit"
groupPath="Kotlin" groupPath="Kotlin"
groupName="Probable bugs" groupName="Probable bugs"
enabledByDefault="true" enabledByDefault="true"