|
From: Torsten J. <tor...@on...> - 2005-07-10 23:31:17
|
Haris, > I use wtp xml editor and next features doesn't work (because xml > editor is multipage) > - from graph editor - open in config file - it go to begin of > file, no to bean definition Fixed in http://springide.org/project/ticket/105 > - from editor key binding ctrl-alt-t and ctrl-alt-v Still investigating... http://springide.org/project/ticket/107 > I send you patch before for this features, but it isn't accepted.I > can write patch again, probably > 'open in config file' and ctrl-alt-t are cool features for me Your patch introduced dependencies to WST and Eclipse 3. This was not feasible last year. Now Spring IDE requires Eclipse 3 and the navigating issue was fixed by using a Eclipse 3 feature [IDE.openEditor()] -> http:// springide.org/project/ticket/105 > Can I try from current cvs ? Yes. But it's work in progess ;-) Cheers, Torsten On 11.07.2005, at 01:55, snpe wrote: > Torsten, > I use wtp xml editor and next features doesn't work (because xml > editor is multipage) > - from graph editor - open in config file - it go to begin of > file, no to bean definition > - from editor key binding ctrl-alt-t and ctrl-alt-v > > I send you patch before for this features, but it isn't accepted.I > can write patch again, probably > 'open in config file' and ctrl-alt-t are cool features for me > > - outline is great, I haven't seen outline first time (my outline > is right from editor, always) > > Can I try from current cvs ? > > Thanks > On Sunday 10 July 2005 07:19 pm, Torsten Juergeleit wrote: > >>> 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 >>> >>> >> >> >> >> ------------------------------------------------------- >> 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 >> > |