|
From: Torsten J. <tor...@on...> - 2005-07-10 19:19:40
|
> Does it mean that wtp will be required ? Depends. Yes, if you want to use the beans XML editor. No, if only want to use Spring Beans view + validator. It's the same as with the beans graph. If you want to use it then you have to install GEF. WST (and all it dependencies) will be optional plugins. > Wish features : I like first attribute showing like hibernate > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) IMHO displaying only the first attribute in the outline is not enough. The bean XML editor will display the nodes in the outline view with the attributes which identify the artifacts from Spring beans config XML as best as possible. For example, for a bean we will display the ID / name and the class (if any). Please have a look at the outline view in the screen shoot here -> http://springide.org/ project/wiki/BeansXmlEditor Cheers Torsten On 10.07.2005, at 20:48, snpe wrote: > Hi, > Does it mean that wtp will be required ? > > Wish features : I like first attribute showing like hibernate > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) > > Thanks > On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: > >> All, >> >> we started working on a new feature of Spring IDE - an XML editor for >> Spring beans config files. Some details and a first screenshoot can >> be found here. >> >> If you have any ideas, hints, experiences with regards to an XML >> editor based on the Eclipse Web Standard Tools (WST) project please >> share them with the list. >> >> Currently we need input for the following topics: >> How can we leverage JDT to provide code completion for the bean >> classes? Our current brute-force approach (traversing through the >> projects AST looking for packes + types matching a specific string) >> is too slow. >> How can we leverage JDT to provide code completion for bean >> properties? Ok, here we have the same brute-force option to traverse >> the AST of the bean class. But is there any JDT code we can leverage? >> The icons used in beans view are boring or totally wrong. Do you have >> ideas which icons are a better fit for the artefacts defined in the >> Spring beans config DTD? >> Btw. we need an icon for Spring IDE and it's website. Any >> suggestions? >> Cheers, >> Torsten >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > dual > core and dual graphics technology at this free one hour event > hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |