diff: do not put java-specific extension in LangExtensions.xml

follow-up: 74921ef
This commit is contained in:
Aleksey Pivovarov
2017-02-02 19:20:27 +03:00
parent a7a5a3c9b8
commit 927dc98b8a
2 changed files with 2 additions and 2 deletions
@@ -993,8 +993,6 @@
<automaticRenamerFactory implementation="com.intellij.refactoring.rename.RelatedFilesRenamerFactory"/>
<refactoring.moveHandler implementation="com.intellij.refactoring.move.moveFilesOrDirectories.MoveRelatedFilesHandler"
order="before moveFileOrDir"/>
<diff.lang.DiffIgnoredRangeProvider implementation="com.intellij.diff.lang.JavaDiffIgnoredRangeProvider"/>
</extensions>
</idea-plugin>
+2
View File
@@ -1879,6 +1879,8 @@
<importTestOutput implementation="com.intellij.execution.AntTestContentHandler$AntTestOutputExtension"/>
<java.inspection.bulkMethodInfo implementation="com.intellij.codeInspection.bulkOperation.JdkBulkMethodInfoProvider"/>
<diff.lang.DiffIgnoredRangeProvider implementation="com.intellij.diff.lang.JavaDiffIgnoredRangeProvider"/>
</extensions>
<actions>