|
From: snpe <sn...@sn...> - 2005-07-10 21:47:40
|
Hello Christian,
It is simple - when I open editor , I see outline with element name, for example, beans , bean etc
We have now in outline view :
beans
bean
property
bean
...
I want like this :
beans
bean name="myBean1"
property name="prop1"
bean id="MyBean2"
...
I can easy navigate to any bean with this.
You have example in hibernate-tools (tools.hibernate.org) - it work with wtp, too and work with *.cfg.xml and *.hbm.xml
(hibernate configuration file).I think that is enough add file association for (example) *.xml, but we will another features in
spring editor (syntax highlighting, etc)
Thanks
On Sunday 10 July 2005 04:54 pm, Christian Dupuis wrote:
> Hi snpe,
>
> yes indeed wtp will be required!
> Regarding your screenshot can you give a little more information on what
> extactly you are requesting, please?
>
> Thanks
>
> Christian
>
> 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
> >
> >
> >
>
>
|