Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Config complicated options in CDT Manage Build
Config complicated options in CDT Manage Build [message #917410] Thu, 20 September 2012 00:12
Eclipse UserFriend
Hi all,

I am configuring plugin.xml in a plugin of the extension: org.eclipse.cdt.managedbuilder.core.buildDefinitions to implement the Manage Build for my Toolchain in Eclipse CDT Juno

All tools, input, output, regular options...were added. But there is a complicated option which contains some sub-options I don't know how to config. I take 3 days for investigation and headache too much. Can anyone help me please ?
The GUI of this option should be like that:

[check box] Sub Option 1 (boolean)
[check box] Sub Option 2 (boolean)
[check box] Sub Option 3 (boolean)
[text box] Sub Option 4 (string)

Assume that sub option 1 value is X, sub option 2 is Y suboption 3 is Z. Sub option 4 is "f=[string user input to textbox]". If user check all check box option, put "example_path" to sub option 4, the final option value will be: -aXYZf=example_path

Please suggest me know to solve this problem!

[Updated on: Thu, 20 September 2012 00:17] by Moderator

Previous Topic:Still having an issue with the console output
Next Topic:Parsing snippet of C (macro definitions)
Goto Forum:
  


Current Time: Fri Jun 13 04:19:46 EDT 2025

Powered by FUDForum. Page generated in 0.24967 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top