Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » [CDT4.0] Project Properties controll
[CDT4.0] Project Properties controll [message #203576] Wed, 24 October 2007 21:33 Go to next message
Karim NABLI is currently offline Karim NABLIFriend
Messages: 4
Registered: July 2009
Junior Member
I have a little problem with the properties information of C/C++ project.
when I expand project-->properties--> c/c++ Page. I have a Page that
contain 2 main information(tabbed pane) : behaviour & settings. So my need
is to master the information for example the ${MAKE} value &
${workspace_loc} value and i would like to change them. My request is :
there is any way to override or control these information from coding
point of view. I know that a lot information are on "Configuration" and on
"IBuild", but even I change them + extends
org.eclipse.cdt.managedbuilder.properties.BuilderSettings + override a
lot of method ==> without success. I succed to have a new tabbed pane, but
without controlling the needed one. So if you can help me to fix this
issue.
Many thanks
Re: [CDT4.0] Project Properties controll [message #203584 is a reply to message #203576] Thu, 25 October 2007 06:52 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

You should read the Managed Build System Extensibility document, which you can
find in the Help supplied with your CDT (under CDT Plugin Developers Guide).
What you want is done through a plugin and (I think) you can do it all through
XML rather than writing Java.

--
Derek


Karim NABLI wrote:
> I have a little problem with the properties information of C/C++
> project. when I expand project-->properties--> c/c++ Page. I have a Page
> that contain 2 main information(tabbed pane) : behaviour & settings. So
> my need is to master the information for example the ${MAKE} value &
> ${workspace_loc} value and i would like to change them. My request is :
> there is any way to override or control these information from coding
> point of view. I know that a lot information are on "Configuration" and
> on "IBuild", but even I change them + extends
> org.eclipse.cdt.managedbuilder.properties.BuilderSettings + override a
> lot of method ==> without success. I succed to have a new tabbed pane,
> but without controlling the needed one. So if you can help me to fix
> this issue.
> Many thanks
>
Previous Topic:Eclipse console input not passed to GDB
Next Topic:MinGW gdb debugger interface broken in CDT 4.0.1
Goto Forum:
  


Current Time: Fri Aug 23 11:17:06 GMT 2024

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

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

Back to the top