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

TM/4.1 New & Noteworthy

< TM
Revision as of 03:58, 5 June 2016 by Unnamed Poltroon (Talk)

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.

In addition to that, CDT's PTY 9.0 fix for Bug 491972 resolves a local terminal issue on some Windows machines ("Not enough storage is available to process this command").

Back to the top