Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] XML Templates - Input Proposals?

The best thing you may want to do is implement some Namespace Aware contenet assistance. We do this for the XSL Tools plugins which extend the current XML editor to provide XSLT support.

Dave

On 04/23/2010 09:36 AM, Nikolay Georgiev wrote:
Is it possible to have in the XML Templates beside the usual variables
("${varName}") also proposals?

For the attribute "show" in the following example I would like to
limit the choice of the user only to few proposals like "true" and
"false" :
<mytag name="myname" show="true" />

using as an XML template like:<mytag name="${tagName}"
show="${here_should_come_the_proposals}" />

The user will first type value of the name attribute and then when he
presses Tab he will be given the choice between the values "true" and
"false".

Is this possible?

Greetings,

Nikolay
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev




Back to the top