Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/User/NewIn102

< CDT
Revision as of 20:01, 1 March 2021 by Unnamed Poltroon (Talk) (Terminal: Rename terminal)


Release


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




Editor




Refactoring




Code Analysis




Parser




Formatter




Build



Debug



Launch Bar




Terminal


Invert colors in current terminal Sometimes, e.g. when connecting to a remote system, the prompt string

makes assumptions on the colour scheme that result in an almost unreadable terminal.

The terminal has a preference setting to invert the background colour. Now a new entry in the pop-up menu allows a user to temporarily modify the setting. See bug 570775. Terminal-invert-colours.png



Rename Terminal Tab The name in the tab can be changed, either with ANSI escape codes (such as echo -e "\033]0;TITLE\007") or by right-clicking and choosing Rename Terminal. See bug 341721.

CDTUserNewIn102Rename.png


API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.2


Back to the top