Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] add custom option ui like listoptionvalue

You can't do that with the tool options mechanism.  You're best bet is
to contribute a new tab extending AbstractCBuildPropertyTab which has
your custom desired functionality.

Cheers,

James

On Wed, Jan 7, 2009 at 7:30 PM, gaurav dubey <gaurav007eng@xxxxxxxxx> wrote:
>
> hi zhang,
> Thanks for the reply. but my requirement is something different, there are
> some predefined option type for boolean, string and list,
> but my requirement is to add a table and buttons on option category ui,
> i am sending you the screenshot of my requirement as attachment.hope now you
> will understand what i want?
> Can u tell me how to add custom option type so that this type of ui or table
> or button will show?
>
> Thanks in advance.
>
>
>
>
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top