Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » EClipse CDT plugin creation(How to create a pluin in Eclipse CDT along with the property pages.)
EClipse CDT plugin creation [message #701458] Mon, 25 July 2011 06:25 Go to next message
Gaurav Agarwal is currently offline Gaurav AgarwalFriend
Messages: 1
Registered: July 2011
Junior Member
Hi All,

Can anyone please help me in the plugin creation from Eclipse CDT.

My requirement is that i need to create a plugin based project with the property sheet where the user can set some values.

I can create the plugins project using java but not able to figure out how to create it with Eclipse CDT.

Thanks in advance for the help.

Best Regards,
Gaurav
Re: EClipse CDT plugin creation [message #703163 is a reply to message #701458] Wed, 27 July 2011 08:43 Go to previous messageGo to next message
Ray Missing name is currently offline Ray Missing nameFriend
Messages: 4
Registered: July 2011
Junior Member

You can check the "Managed Build System Extensibility Document" in the help.eclipse.org.

I'd learnt how to do the CDT project creation from that document.
Re: EClipse CDT plugin creation [message #703222 is a reply to message #701458] Wed, 27 July 2011 09:47 Go to previous message
HagenFriend
Messages: 90
Registered: April 2010
Member
On 07/25/2011 08:25 AM, Gaurav Agarwal wrote:
> I can create the plugins project using java but not able to figure out
> how to create it with Eclipse CDT.

Eclipse plugins are created in Java, using the "PDE" and "Java"
perspectives. You cannot create an Eclipse plugin in C or C++.
Previous Topic:Can not start debugger. Why?
Next Topic:Cant attach to process using windows7 as OS
Goto Forum:
  


Current Time: Thu Apr 25 08:54:29 GMT 2024

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

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

Back to the top