Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.85 KB

CDT-11.3.md

File metadata and controls

42 lines (24 loc) · 1.85 KB

Release Notes and New & Noteworthy page

This is the New & Noteworthy page for CDT 11.3 which is part of Eclipse 2023-09 Simultaneous Release


Release Notes

CDT LSP support

Alongside CDT 11.3 the first version of CDT LSP is being released. CDT LSP provides Language Server Protocol integration for C/C++. Please see the CDT LSP repo for more details and to track its development.

Build

Default Binary File Viewer

Enhancements to the Default Binary File Viewer accommodate archive files in the same manner as other binary files. Users may now invoke GNU objdump by double-clicking on a GNU archive file. In cases where the configured binary parser does not support the launching of GNU tools, the viewer now presents a hex dump of the binary file rather than raw text:

API Changes, current and planned

New API to create terminal that blocks updating title from ANSI escape sequence

When calling ITerminalService.openConsole(Map<String, Object> properties, Done done) the properties understands a new key that allows the option to disable updating titles from ASNI Escape Sequences. By setting ITerminalsConnectorConstants.PROP_TITLE_DISABLE_ANSI_TITLE to true the title of the tab terminal will not be affected by ANSI escape sequences.

Breaking API changes

Please see CHANGELOG-API for details on the breaking API changes in this release as well as future planned API changes.

Noteworthy Issues and Pull Requests

See Noteworthy issues and PRs for this release in the issue/PR tracker.

Bugs Fixed in this Release

See GitHub milestones