Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » plugin development in CDT project(cdt project development)
plugin development in CDT project [message #1849936] Wed, 09 February 2022 02:55 Go to next message
xueyao feng is currently offline xueyao fengFriend
Messages: 13
Registered: October 2020
Junior Member
i created a plugin-in project and i want to use this plugin-in's source code in CDT project,what should i do?
Re: plugin development in CDT project [message #1850011 is a reply to message #1849936] Thu, 10 February 2022 20:34 Go to previous messageGo to next message
Guido Wilburn is currently offline Guido WilburnFriend
Messages: 3
Registered: June 2018
Junior Member
What is exactly the question?

If I understand correctly, then
- you have written a plugin, which can be added to an CDT-eclipse installation
- and this plugin can add source-code to a C++ project.

Is my understanding correct?



Re: plugin development in CDT project [message #1850050 is a reply to message #1850011] Mon, 14 February 2022 03:20 Go to previous message
xueyao feng is currently offline xueyao fengFriend
Messages: 13
Registered: October 2020
Junior Member
i have written an eclipse plugin project and exported and installed this plugin
to the eclipse ide,meantime, i'am developing the CDT project, when i just import one plugin project contains in CDT project source,i can find and add the dependency which i created and install, and i can use the functionality which i have written,and there is no error.but when i fully imported the CDT project to my workspace,the errors occurred,it shows that the pugin that i created and installed can'nt be found,i don't know the reason why that happens.
Previous Topic:"this.fBuildData" is null in build
Next Topic:Activate unused variable warning
Goto Forum:
  


Current Time: Tue Apr 16 13:33:01 GMT 2024

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

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

Back to the top