XSLT Completion under Eclipse

Having trouble installing Oxygen? Got a bug to report? Post it all here.
mphare
Posts: 71
Joined: Fri Apr 30, 2004 8:00 pm
Location: Texas

XSLT Completion under Eclipse

Post by mphare »

I'm using Oxygen 9.2.

When editing XSLTs in Eclipse, sometimes I do not get the first attribute to complete.

What I mean is, I type in:

'<xsl:value-of s'
or
<xsl:apply-templates s'

and it doesn't complete 'select' for the letter 's'.

It did complete 'value-of' from the letter 'v'
or the 'apply-templates' from the 'a'

Subsequent attribute will complete, like 'mode' for 'm' on the apply-tempplates.

As far as I can tell everything completes under the Oxygen IDE.
--------------------------

- mike

GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: XSLT Completion under Eclipse

Post by sorin_ristache »

Hello,

Do you mean that you type '<xsl:value-of' and when the list of attributes of xsl:value-of is visible (select, disable-output-escaping, xml:base, xml:lang, xml:space) you type 's' and the list is not reduced to one attribute name (select)? The same for xsl:apply-templates: do you type '<xsl:apply-templates' and when the list of attributes is visible you type 's' and the list is not reduced to one entry (select)? I cannot reproduce that in an XSLT stylesheet edited with the Oxygen plugin.


Regards,
Sorin
mphare
Posts: 71
Joined: Fri Apr 30, 2004 8:00 pm
Location: Texas

Re: XSLT Completion under Eclipse

Post by mphare »

No, I don't get the list at all. Typing 's' just puts in an 's'.
--------------------------

- mike

GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: XSLT Completion under Eclipse

Post by sorin_ristache »

Yes, it puts just an 's' in the editor at the cursor position, but the list of attributes in the content completion window is reduced to one item: select. Does the content completion window contain before you press 's' the following list of attribute names for xsl:apply-templates: mode, select, xml:base, xml:lang, xml:space? What attribute names does the content completion contain after you press 's'? What is your platform (name and version), your Eclipse build number and your Oxygen plugin build number?


Regards,
Sorin
Post Reply