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

CDT/User/NewIn105

< CDT
Revision as of 10:07, 31 October 2021 by Mat.booth.gmail.com (Talk | contribs)


Release


This is the New & Noteworthy page for CDT 10.5 which is part of Eclipse 2021-12 Simultaneous Release


Editor




Refactoring




Code Analysis




Parser




Formatter



Build


Improved import workflow for CMake and Meson projects

It's now possible to import your pre-existing, non-Eclipse CMake and Meson projects using the standard Eclipse Smart Import wizard. By using the File -> Import -> Projects from Folder or Archive wizard, the selected directory or archive will be analysed and CMake and Meson projects will be detected. Multiple projects may be imported at once, even nested projects. See Bug 575145.

Smart import dialog.png


Debug


Preference for suspend timeout

Previously the suspend timeout was hardcoded to 5 seconds. Now added a preference in GDB preference page under General Behavior for suspend timeout. The default timeout is 10 seconds. See Bug 576291.

GdbPreferences.png



Launch Bar



Terminal



API modifications


org.eclipse.tools.templates.ui

org.eclipse.tools.templates.ui.ProjectImportConfigurator is a new API for easily adding support for CDT project types to the standard Eclipse smart project import wizard. Integrators may use this API to offer smart import functionality by registering implementations for their project types using the platform's org.eclipse.ui.ide.projectConfigurator extension point. See Bug 575145.


Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.5


Back to the top