Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Plugin that adds path include directory?
Plugin that adds path include directory? [message #781225] Fri, 20 January 2012 20:46 Go to next message
Tien Ngo is currently offline Tien NgoFriend
Messages: 3
Registered: January 2012
Junior Member
I want to make a plugin that add additional includes into my projects when I make them. Does anyone know any guides or instructions that can help?

Thanks,

Tien
Re: Plugin that adds path include directory? [message #782063 is a reply to message #781225] Mon, 23 January 2012 04:22 Go to previous messageGo to next message
Abhijeet Shankargouda is currently offline Abhijeet ShankargoudaFriend
Messages: 40
Registered: January 2012
Member
What type project it is , either C type, Java or PDT?
Re: Plugin that adds path include directory? [message #782081 is a reply to message #782063] Mon, 23 January 2012 05:21 Go to previous messageGo to next message
Tien Ngo is currently offline Tien NgoFriend
Messages: 3
Registered: January 2012
Junior Member
I would want to make a C type project.
Re: Plugin that adds path include directory? [message #782149 is a reply to message #782081] Mon, 23 January 2012 09:09 Go to previous message
Abhijeet Shankargouda is currently offline Abhijeet ShankargoudaFriend
Messages: 40
Registered: January 2012
Member
then right click on your project.
properties -> C/C++ General -> Paths and Symbols ,
In Paths and Symbols page you find Includes,Symbols, Source Location,....
Among those select Includes
you find Add button click on it and add your include to the project.
Previous Topic:"install new software" hangs at 49% in Eclipse IDE for C/C++ Developers
Next Topic:switch / case / break warnings
Goto Forum:
  


Current Time: Thu Apr 25 19:53:08 GMT 2024

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

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

Back to the top