Hey, if it's really only that one class, I think you should consider Ferderik's suggestion. Apart from that, I was really surprised how fast I was able to write a more or less functional plugin.
IDEA rocks! (just in case I haven't mentioned that yet :-) -hendrik > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Fredrik > Lindgren > Gesendet: Montag, 10. Juni 2002 20:46 > An: [EMAIL PROTECTED] > Betreff: Re: [Eap-features] Re: Plugins should have a separate > classloader > > > As far as I could see, the only external dependency in the API at this > moment is on org.jdom.Element. Please correct me if I'm wrong. > > Wouldn't it make sense to change the API to use org.w3c.dom.Element > instead? This would remove the dependency on third party libraries > altogether since J2SE 1.4 includes this class. I don't mind IDEA using > JDOM for the implementation, but IMO it's a pity to put it into the > interface. > > Currently it seems like only two classes in the API are affected. > com.intellij.openapi.util.JDOMExternalizable and > com.intellij.openapi.util.DimensionService. I'm aware that such a change > would affect some already written plug ins, but as far as I can see it > shouldn't be that difficult to change given the wonderful tool we have. > > /Fredrik Lindgren > > Mike Aizatsky wrote: > > > Hendrik, > > > > I think that org.jdom.Element with all references from it gives enough > > troubles. > > > > -- > > Best regards, > > Mike Aizatsky. > > ------------------------------ > > JetBrains, Inc / IntelliJ Software > > http://www.intellij.com > > "Develop with pleasure!" > > > > > > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://lists.jetbrains.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
