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

Hi,

  Can we add a new restriction to valueType of the option in the extension point buildDefinitions.exs and make a new type of FiledEditor which could present his new option valueType in the UI, and then mapping them in the class BuildOptionSettingsUI? 

Best Regards,
---------------------------------------------
Yi Zhang
 
China Runtime Technologies Lab, 

 
SSG/SSD/MRTC, Intel 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
Sent: 2009年1月8日 21:31
To: CDT General developers list.
Subject: 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
>
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top