mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() Add API to o.e.tools.templates.ui that hooks into the smart import feature and allows easy implementation of configurators for various CDT project types. Project types that have a IGenerator may use this API to offer smart import functionality by registering their implementation using the org.eclipse.ui.ide.projectConfigurator extension point. This change includes project import implementations for Meson and CMake project types. For these project types users can use the normal project import workflow for their existing non-Eclipse CMake projects instead of using the New Project Wizard. As an additional benefit, users can now also import more than one project at a time, even nested projects. Change also includes SWTBot tests to exercise the feature. Signed-off-by: Mat Booth <mat.booth@gmail.com> Change-Id: I96589e86bee561aa200a4a4487549305765d6409 |
||
---|---|---|
.. | ||
aggregator | ||
org.eclipse.cdt.cmake-feature | ||
org.eclipse.cdt.cmake.core | ||
org.eclipse.cdt.cmake.core.tests | ||
org.eclipse.cdt.cmake.ui | ||
org.eclipse.cdt.cmake.ui.tests | ||
pom.xml | ||
README.txt |
Files in this directory tree provide CMake support for the CDT core build.