Skip to main content



      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 11:27 Go to next message
Eclipse UserFriend
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 11:58 Go to previous messageGo to next message
Eclipse UserFriend
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 14:22 Go to previous message
Eclipse UserFriend
Thanks Jonah.

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


Current Time: Mon Mar 17 02:08:25 EDT 2025

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

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

Back to the top