This is the New & Noteworthy page for CDT 11.3 which is part of Eclipse 2023-09 Simultaneous Release
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.
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:
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.
Please see CHANGELOG-API for details on the breaking API changes in this release as well as future planned API changes.
See Noteworthy issues and PRs for this release in the issue/PR tracker.