Extensions questions
Hello,
First one. Now plugin.dtd is not supported extensionPoint and extensionPoints tags. This is cosmetics, the real idea here:
Will be very nice to have green plugin.xml, then we use extensions definitions. Is it posible to rewrite parser to make it as an actions parser?
]]>
Without any namespaces...
Ok, it was an suggestions, now questions.
How i can make an extension? For example, can someone post here sample of Extension?
Thanks!
Please sign in to leave a comment.
Here are the samples:
com.intellij.designer..editor.dnd.impl.TagDnDHandler com.intellij.psi.xml.XmlTag final EditorDnDHandlerConfiguration[] configs = (EditorDnDHandlerConfiguration[]) Extensions.getExtensions(EditorDnDHandlerConfiguration.EXTENSION_POINT); List infos = (List]]>)project.getPicoContainer().getComponentInstancesOfType(BeanCreateInfo.class);
Ohh... that is codejam :)
Ok, i just want to make my ouw error reporter (EMailReporter), that extends ErrorReportSubmitter.
Is it possible to configure it from pluginx.xml?
Like:
report.to@my.box ]]>
?