mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
Split DevKit into modules + related changes and fixes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<idea-plugin>
|
||||
<id>com.intellij</id>
|
||||
<vendor>JetBrains</vendor>
|
||||
<extensionPoints>
|
||||
<extensionPoint name="errorHandler"
|
||||
interface="com.intellij.openapi.diagnostic.ErrorReportSubmitter"/>
|
||||
</extensionPoints>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<error descr="Exceptions from plugins developed by JetBrains are reported via ITNReporter automatically, there is no need to specify it explicitly"><errorHandler implementation="com.intellij.diagnostic.ITNReporter"/></error>
|
||||
<errorHandler implementation="MyErrorHandler"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user