Replace foreign report submitter
Hello,
Is there any way to replace report submitter of foreign plugin(my plugin depends on it)?
I extend bundled Properties plugin, but I found that sometimes errors that corresponds to my plugin(e.g. errors in PSI tree, or something else) but occurs in
foreign plugin code are processed by JB submitter, I want to replace it by my submitter so I will receive all errors in both plugins.
Thanks in advance!
请先登录再写评论。
You have to use your own error submitter (com.intellij.openapi.diagnostic.ErrorReportSubmitter). http://plugins.intellij.net/plugin/?idea&pluginId=1209 worked fine for me
Thanks Yann, I'm already use my own reporter, but, as I say,
my plugin sometimes produces errors that processed by another reporter(I see them, but they can be sent only to JB).
So, I think there is no such possibility...
Actually the current behavior is something that needs to be fixed in the core: http://youtrack.jetbrains.com/issue/IDEA-96640
Thanks, Dmitry.