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/NewIn103

< CDT
Revision as of 14:48, 15 April 2021 by Fabrizio.iannetti.gmail.com (Talk | contribs) (Terminal)


Release


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


pack200 (*.jar.pack.gz) removed From CDT 10.3 pack.gz (aka pack200) jar files are not included with CDT release. (bug 572347).


Editor




Refactoring




Code Analysis




Parser




Formatter




Build



Debug



Launch Bar




Terminal


Open files and link with Ctrl+Click When pressing the Ctrl key (Cmd key on mac), the word under the mouse pointer is highlighted with an underline and by clicking it the terminal guesses how to open it:
  • a web link is opened in the configured browser
  • if it can be resolved to a file in the workspace, that file is opened (linux only: the terminal keeps track of the current working directory of the shell to resolve relative paths)
  • otherwise the user is prompted with the open resource dialog, pre-filled with the word

See bug 563015.


API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.3


Back to the top