[plugin.xml] extensions tag in the IntentionPowerPack plugin
Hello,
Can someone explain me what is the purpose of this
"com.intellij.diagnostic.ITNReporter"
extension?
found in the plugin.xml of the IntentionPowerPack plugin:
]]>
Thanks,
Loïc Lefèvre
Please sign in to leave a comment.
That extensions/errorHandler tag allows a plugin to hook into the standard
exception reporting dialog, and allow users to click the report button to call
some custom code to report exceptions.
Loïc Lefèvre wrote:
Hmmm, and do you advise to add such thing in every plugin or is it reserved
to Jetbrains plugin only?
"Keith Lea" <keith@cs.oswego.edu> a écrit dans le message de
news:deaf5v$b1r$1@is.intellij.net...
call
>
implementation="com.intellij.diagnostic.ITNReporter"/>
I think you should provide your own implementation, which posts to your own
website or e-mails you or something.
Loïc Lefèvre wrote:
>>That extensions/errorHandler tag allows a plugin to hook into the standard
>>exception reporting dialog, and allow users to click the report button to
>>some custom code to report exceptions.
>>
>>Loïc Lefèvre wrote:
>>
>>>Hello,
>>>Can someone explain me what is the purpose of this
>>>"com.intellij.diagnostic.ITNReporter"
>>>extension?
>>>
>>>found in the plugin.xml of the IntentionPowerPack plugin:
>>>
>>> >>>]]> <errorHandler
>>></extensions>
>>>
>>>Thanks,
>>>Loïc Lefèvre
>>>
>>>