summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-06-14 15:29:50 -0700
committerTor Norbye <tnorbye@google.com>2013-06-14 15:29:50 -0700
commit9a718963c1d41c5bcd3a1bdd5e518d497964ccdf (patch)
treef93674d5a9ca36b5bd830dcb62b2b0b76cd94ba5 /resources
parentd9e4c285fa2c3c38c5b92cf30e77f27e243566a8 (diff)
downloadidea-9a718963c1d41c5bcd3a1bdd5e518d497964ccdf.tar.gz
Snapshot 9b8f3d0a06c4e85d80b213966bbd66f4ac18a18d from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: Ided6f0fe5547342e95ceb77b0464b8e1187b97e4
Diffstat (limited to 'resources')
-rw-r--r--resources/src/META-INF/IdeaPlugin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/src/META-INF/IdeaPlugin.xml b/resources/src/META-INF/IdeaPlugin.xml
index fde528177655..41f591ab724c 100644
--- a/resources/src/META-INF/IdeaPlugin.xml
+++ b/resources/src/META-INF/IdeaPlugin.xml
@@ -465,10 +465,10 @@
<specialTool shortName="UnusedDeclaration" displayName="Unused declaration" groupBundle="messages.InspectionsBundle"
groupKey="group.names.declaration.redundancy" enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.codeInspection.deadCode.UnusedDeclarationInspection"/>
- <specialTool shortName="UnusedLibrary" bundle="messages.InspectionsBundle" key="unused.library.display.name"
+ <globalInspection shortName="UnusedLibrary" bundle="messages.InspectionsBundle" key="unused.library.display.name"
groupName="Declaration redundancy" enabledByDefault="false" level="WARNING"
implementationClass="com.intellij.codeInspection.unusedLibraries.UnusedLibrariesInspection"/>
- <specialTool shortName="InconsistentLanguageLevel" displayName="Inconsistent language level settings"
+ <globalInspection shortName="InconsistentLanguageLevel" displayName="Inconsistent language level settings"
groupName="Modularization issues" enabledByDefault="false" level="WARNING"
implementationClass="com.intellij.codeInspection.inconsistentLanguageLevel.InconsistentLanguageLevelInspection"/>
<globalInspection shortName="WeakerAccess" displayName="Declaration access can be weaker" groupName="Declaration redundancy"
@@ -1420,6 +1420,7 @@
<lang.parserDefinition language="SPI" implementationClass="com.intellij.spi.parsing.SPIParserDefinition"/>
<lang.commenter language="SPI" implementationClass="com.intellij.spi.SPICommenter"/>
<annotator language="SPI" implementationClass="com.intellij.spi.SPIAnnotator"/>
+ <gotoDeclarationHandler implementation="com.intellij.codeInsight.navigation.actions.GotoLambdaParameterHandler"/>
</extensions>
<actions>