I have created a tool chain with several tools and many options. A need
has arisen to be able for the user to choose a vaule from a drop down box
for one of the options. I implemented this option using the value type
enumeratedOptionValue. The list of possible is choices is extensive and
it will change in the course of time by having new choices added and some
removed. I would like to be able to create this list on the fly based on
a text or xml file that has all the choices I want to offer the user for
this option. Is this possible with the CDT?