Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to manipulate C++ project programaticaly
How to manipulate C++ project programaticaly [message #1002269] Fri, 18 January 2013 09:41
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 5
Registered: August 2011
Junior Member
Hello,

I am looking for advice or maybe example of manipulation of CDT ( c++) project settings with a eclipse plugin or something like that.


Maybe I am not looking in the good direction; any help would be very appreciated!

I have already try to use IProjectNature/CProjectNature/MakeProjectNature from within a AbstractUIPlugin ( base on a hello world plugin exemple). I can't find how to change settings specific to CDT projects.

I need to change, for a bunch of project already imported in the workspace, what is found in project configuration GUI.

Typically I need to insure all project are configured with the same config, except dependency ( specific to each of them)

The main list of options I need for now to check/udpate by hand is:

Resouces->Linked Resources
c++Build->Build directory
c++Build->Configuration
c++General->File Types
c++General->Indexer ( to fix bug in indedxer not updated by configuration change)
c++Genreal->Formatter
c++General->Path&Symbol->Symbols
c++General->Path&Symbol->References



Any Idea ?

Previous Topic:define external makefile variables
Next Topic:Open Declaration to an empty deleted file...
Goto Forum:
  


Current Time: Sat Apr 20 01:53:56 GMT 2024

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

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

Back to the top