Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Archive/cdt-core"

< CDT‎ | Archive
(Add CommandLauncher Design)
(Project Model: Fix broken link)
Line 17: Line 17:
 
** [[CDT/designs/EFS | EFS Support]] Transitioning CDT to full EFS integration
 
** [[CDT/designs/EFS | EFS Support]] Transitioning CDT to full EFS integration
 
** [[CDT:Flexible Project Structure]] This is a project to allow for more flexible project structures in Eclipse as required for many CDT users.
 
** [[CDT:Flexible Project Structure]] This is a project to allow for more flexible project structures in Eclipse as required for many CDT users.
** Project Templates: [http://help.eclipse.org/help33/topic/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/index.html CDT Plug-in Developer Guide > Programmer's Guide > Project Template Engine]
+
** Project Templates: [http://help.eclipse.org/topic/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/index.html CDT Plug-in Developer Guide > Programmer's Guide > Project Template Engine]
 
** [[HowTo_extend_CDT_with_custom_file_templates]]
 
** [[HowTo_extend_CDT_with_custom_file_templates]]
  
 
== API ==
 
== API ==
 
* [[CDT/cdt-core/designs/CommandLauncher | CommandLauncher]] - overriding CDT command launch behaviour
 
* [[CDT/cdt-core/designs/CommandLauncher | CommandLauncher]] - overriding CDT command launch behaviour

Revision as of 21:22, 16 January 2020

Parser

Indexer

DOM/AST Tooling


Project Model

API

Back to the top