[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Dynamically assigning EnumeratedOptionValue

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