Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] dynamically changing enumeration values

> As Sanchali mentioned you don't need a direct access to the UI element
> (i.e. combo box). Instead you should modify the option value directly
> and the change will be reflected in UI.
> 
> The other problem is changing the list of enumeration values of
> ENUMERATED option which is not possible currently.
>
> You might want to raise an enhancement request in bugzilla regarding
> this.

Mikhail, Sanchali,

Changing the list of enumeration values is indeed the issue I was
struggling with, I have raised an enhancement request for it (CR#154053)

> You might also want to look at
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=134019 regarding multiple
> enum selection.

In this case having only one CPU per project is good enough, but the
multiple selection issue raised in this request was also something we had
struggled with.

> I'll be happy to review/apply any patches/proposals regarding fixing any
> of the above issues.

Ok, I'll do my best to come up with any patches/proposals.

Thanks,
  Wieant


Back to the top