Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » What other "Project Type" options do we have?(Project Type options)
What other "Project Type" options do we have? [message #1770904] Fri, 18 August 2017 15:27 Go to next message
Faisal Tariq is currently offline Faisal TariqFriend
Messages: 33
Registered: August 2017
Member
Hello,

In Template.xml we can set the template type to "ProjTempl". What other options
do we have and where can we find it with description?

Thanks

Faisal
Re: What other "Project Type" options do we have? [message #1770905 is a reply to message #1770904] Fri, 18 August 2017 15:58 Go to previous messageGo to next message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
Nothing, except tests, uses the type for anything at all.

See org.eclipse.cdt.core.templateengine.TemplateCore.getTemplateType() for the code that parses it. The only thing that uses the type is the template tests so that it can filter out the non-test ones to run. See org.eclipse.cdt.ui.tests.templateengine.TemplateEngineTestsHelper.getTestTemplates() for that code.
Re: What other "Project Type" options do we have? [message #1770918 is a reply to message #1770905] Fri, 18 August 2017 18:22 Go to previous message
Faisal Tariq is currently offline Faisal TariqFriend
Messages: 33
Registered: August 2017
Member
Thanks Jonah.

Faisal
Previous Topic:CDT Remote Debugging/Launching
Next Topic:Console versus Terminal
Goto Forum:
  


Current Time: Fri Mar 29 11:22:49 GMT 2024

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

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

Back to the top