Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to dynamically add enumeratedOptionValue for my option in toolchain?

> On Mon, Sep 29, 2008 at 4:55 AM, Andrey Tretyakov <andrromeda@xxxxxxxxx>
>> I've defined my own toolchain, for example, I have:
>> and combo-box with only one item "Default" in project's settings. In
>> runtime I want to add more items in this combo-box.

I think this is currently impossible.  See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220629

A workaround might be to create your own tab extending
AbstractCBuildPropertyTab and work from there.

Cheers,

James


Back to the top