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
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev