|
From: Torsten J. <tor...@on...> - 2004-10-25 23:00:36
|
> Oh and whilst I'm thinking about it, is it okay if we mark the Xerces > and xml jars as exported resources otherwise extensions will have to > bundle it's own copy. Hhm, I'm not sure if exposing Xerces might have side effects, e.g. with other plugin shipping with a different version of Xerces like XmlBuddy. Is it sufficient for you to use the built-in XML parser of JDK 1.4 (Apache Crimson)? The only reason why Spring IDE core ships with it's own copy of Xerces is because Crimson doesn't support DOM level 3. Cheers, Torsten On 25.10.2004, at 11:40, Watkins, David wrote: > Thanks! I'll look at how to put those changes in. > > I've also added a quick fix for property mismatches over the weekend... > it only works by selecting the problem from the Problems view, haven't > looked into whether I can modify ruler markers on an unspecified editor > yet (i.e. we don't know what editor the user employs for editing spring > files) - looking at the way the JDT quick fixes work I guess it's > mission impossible as they don't work outside the Java Editor. > > It also has a problem as it uses my XMLSearchReplacer (like the > refactoring support) which has the side effect of writing out the > optional DTD attributes (rather than leaving them blank) I'm currently > looking at how to stop that from happening. Once that's sorted out I > should be able to port the quick fix stuff over to the main > feature/plugins as I don't think it's dependent on Eclipse 3.x > However > it's probably best to leave that until after the (upcoming?) release. > Oh and whilst I'm thinking about it, is it okay if we mark the Xerces > and xml jars as exported resources otherwise extensions will have to > bundle it's own copy. > > Cheers, > dw > > >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...] >> On Behalf Of Torsten Juergeleit >> Sent: 24 October 2004 22:23 >> To: Spring IDE Developer List >> Subject: [Springide-eclip-developer] Spring IDE Extensions - >> Search: Feedback >> >> Dave, >> >> the search facility of Spring IDE Extensions is very good. >> I have a few suggestions: >> >> 1. selecting "Search Again" in the search result page with a >> successful search adds duplicates to the list >> >> 2. selecting "Show In / Spring Beans" in the search result >> page for a node in the result tree view doesn't navigate to >> the corresponding node in the Spring Beans view >> >> For 2. BeanSearchResultPage has to implement IShowInSource >> and return in getShowInContext() an instance of ShowInContext >> which holds an input object of BeansViewLocation (prepared >> with project name, config name, bean name [if available] and >> property name [if available]) and a selection object of >> StructuredSelection (IResource of the selected node >> -> project or [config] file). The input object is recognized by Spring >> Beans view and the selection object i recognized by Eclipse's >> resource navigator or JDT's package explorer. >> >> For samples please refer to BeansView.getShowInContext() or >> the Beans UI action ShowInView.run(). >> >> Ups, to recognize the input object first instead of the >> selection (if provided both) I have to modify >> BeansView.show(). Ok, I will fix this now. You can find the >> fix in CVS head. >> >> Cheers, >> Torsten >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IT Product Guide on >> ITManagersJournal Use IT products in your business? Tell us >> what you think of them. Give us Your Opinions, Get Free >> ThinkGeek Gift Certificates! Click to find out more >> http://productguide.itmanagersjournal.com/guidepromo.tmpl >> _______________________________________________ >> Springide-eclip-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |