[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: Dynamically assigning EnumeratedOptionValue
|
- From: emilio.giuffrida@xxxxxx (Emilio U. Giuffrida)
- Date: Wed, 15 Jul 2009 13:37:44 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I have the same problem and I confirm what Derek wrote.
Currently there's no way to fill a combo box taken the items from, e.g.,
an xml file.
FYI,
the reference package is org.eclipse.cdt.managedbuilder.core
Inside the sub-package
org.eclipse.cdt.managedbuilder.templateengine.processes there are some
interesing files like SetMBSStringOptionValue.java
IMO, we need a new class like, e.g., SetMBSEnumeratedOptionList.java, or
something like this.
Currently, I'm thinking about countinously ;-)
Emilio