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

Difference between revisions of "TM/4.1 New & Noteworthy"

< TM
Line 1: Line 1:
 
== New & Noteworthy for TM 4.1 (RSE 3.7) ==
 
== New & Noteworthy for TM 4.1 (RSE 3.7) ==
  
=== UI Improvements ===
+
=== Terminal UI Improvements ===
  
Git Bash is auto-discovered. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460496 Bug 460496] for details.
+
Git Bash is now auto-discovered, and available on the "Open a Terminal (Ctrl+Alt+Shift+T)" dialog. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460496 Bug 460496] for details.
 +
 
 +
Windows 10 Local Terminals are supported with CDT's PTY 8.8 (Mars.1) or later. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=474327 Bug 474327] for details.
 +
 
 +
Mac OS X Local Terminals support proper resize and word wrapping with CDT's PTY 9.0 (Neon) or later. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=476709 Bug 476709] for details.
 +
 
 +
=== Terminal API Improvements ===
  
 
Adopters can now override the terminal title. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=469415 Bug 469415] for details.
 
Adopters can now override the terminal title. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=469415 Bug 469415] for details.

Revision as of 03:36, 5 June 2016

New & Noteworthy for TM 4.1 (RSE 3.7)

Terminal UI Improvements

Git Bash is now auto-discovered, and available on the "Open a Terminal (Ctrl+Alt+Shift+T)" dialog. See Bug 460496 for details.

Windows 10 Local Terminals are supported with CDT's PTY 8.8 (Mars.1) or later. See Bug 474327 for details.

Mac OS X Local Terminals support proper resize and word wrapping with CDT's PTY 9.0 (Neon) or later. See Bug 476709 for details.

Terminal API Improvements

Adopters can now override the terminal title. See Bug 469415 for details.

Allow TabFolderManager#getTabCommandFieldHandler to be overridden. This allows the behavior of the command input field to be changed. See Bug 470854 for details.

Added ITerminalMouseLIstener to the VT100TerminalControl. This allows extensions to implement special features on mouse events, such as clicking on hyperlinks. See Bug 475267 for details.

Bug Fixes

See the 4.1.0 release Issues page for a list of the bugs fixed in this release.

Back to the top