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,

 

     I think you could add these new options to the buildDefinitions extension point in the “plugin.xml” of the org.eclipse.cdt.managedbuilder.gnu.ui.

 

      Example:

    

      I add a new option (called my option) to the General category of GCC C Linker tool under the buildDefinitions extension point. And you could find it in the ToolSettingTab of Setting page. Please refer to the diagraph below.

   

 

                                                                                   Graph 1 : Add a new option under the buildDefinitions extension point

 

   

 

                                         Graph 2 : You could find the option in the Tool Settings Tab.

 

 

    Do I answer your question?

 

Best Regards,

---------------------------------------------

Yi Zhang

 

China Runtime Technologies Lab,


 

SSG/SSD/MRTC, Intel


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of gaurav dubey
Sent: 2009
17 2:46
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] add custom option ui like listoptionvalue

 

Hello all,
i am using eclipse 3.4.1 and working on cdt plug-in, i am working on a task where in i want to display a ui(like table) in option category of linker tool. there are some predefined options available like listoptionvalue, enum and boolean. is it a correct way to modify the org.eclipse.cdt.managebuilder.

core and org.eclipse.cdt.managebuilder.core.ui and add an element in the builddefinitions schema file and modify ioption,option and optionreference classes or there is any other way to add this functionality.

thanks in advance.



--
Regards

Gaurav Dubey

Senior Software Engineer - Advanced Technology Solutions-Tools&Embedded| KPIT Cummins Infosystems || <http://www.kpitcummins.com/>

(: +91 �C 20 - 66525000 Extn:2349

*: gaurav.dubey@xxxxxxxxxxxxxxx
Life is not measured by the number of breaths we take, but by the moments that take our breath away


Back to the top