| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta http-equiv="Content-Language" content="en-us" /> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
| <link rel="stylesheet" href="http://www.eclipse.org/default_style.css" type="text/css"/> |
| <title>DSDP-TM 3.0 News</title> |
| </head> |
| <body> |
| <h1>DSDP Target Management 3.0 - New and Noteworthy</h1> |
| <p>The emphasis on the TM 3.0 release has been API polish, cleanup |
| and performance improvements, |
| so there are not too many new features to mention. Still, here are |
| some of the more noteworthy things you'll find in TM 3.0 (June 25, 2008) |
| which is now available for <a href="http://download.eclipse.org/dsdp/tm/downloads/index.php" target="_top">download</a>. |
| See the <a href="readme_tm_3.0.html">TM 3.0 release notes</a> as well |
| as the <a href="http://download.eclipse.org/dsdp/tm/downloads/drops/R-3.0-200806202130/buildNotes.php">build notes</a> |
| for details about API changes, bugs fixed and other changes.</p> |
| <ul> |
| <li><a href="#RSE">Remote System Explorer (RSE)</a> |
| <ul> |
| <li><a href="#RSE">Internals</a></li> |
| <!-- |
| <li><a href="#Wizards">Wizards</a></li> |
| --> |
| <li><a href="#Subsystems">Connections and Subsystems</a></li> |
| </ul></li> |
| <li><a href="#Terminal">Terminal</a></li> |
| </ul> |
| <table border="0" cellpadding="10" cellspacing="0" width="80%"> |
| <tr> |
| <td colspan="2"><hr /> |
| <h2><a name="RSE" id="RSE"></a>Remote System Explorer (RSE)</h2> |
| <hr /></td> |
| </tr> |
| <tr> |
| <td width="30%" valign="top" align="left"><b>Import / Export of Connections</b></td> |
| <td width="70%" valign="top">Connections data, along with the filters stored in the connection-private filter pool, |
| can now be exported to a file for sharing with others. |
| The file is in zip file format but may be given any name by the user. |
| When imported, the connection and its connection-private filter pool are added to the default profile. |
| If there is a conflicting name for the connection, a new name is generated for it. |
| There is no API for this function in this release. |
| For more details, see bugs |
| <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=189274">[189274]</a> and |
| <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=216858">[216858]</a>.</td> |
| </tr> |
| <tr> |
| <td width="30%" valign="top" align="left"><b>Support for File Permissions and Ownership</b></td> |
| <td width="70%" valign="top">Unix-style file permissions and ownership can now be viewed in the property sheet and in |
| the Remote Systems Details view. In the new Permissions property page for remote files, these permissions |
| can be modified on supported systems. |
| For details, see bugs |
| <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=180507">[180507]</a> and |
| <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=209593">[209593]</a>.</td> |
| </tr> |
| <tr> |
| <td colspan="2"><hr /> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="2"><hr /> |
| <h3><a name="Subsystems" id="Subsystems"></a>RSE: Connections and Subsystems</h3> |
| <hr /></td> |
| </tr> |
| <tr> |
| <td align="left" valign="top" width="30%"><b>Windows CE Subsystem</b></td> |
| <td valign="top" width="70%">The Eclipse Target Management project now supports Windows CE which |
| means that you will be able to remotely edit, update and delete files |
| directly on your Windows CE device. This feature will save you a lot of |
| time if you are developing Windows CE applications and especially eRCP |
| applications. You can also take advantage of TM being an EFS provider |
| and use your WinCE's file system in your Eclipse workspace. |
| <p><img src="images/new-wince.gif" alt="Windows CE Subsystem" /></p></td> |
| </tr> |
| <tr> |
| <td align="left" valign="top" width="30%"><b>RSE Terminal Integration</b></td> |
| <td valign="top" width="70%">For SSH connections, a "Terminals" subsystem |
| is now available in RSE, which gives access to the TM Terminal Widget |
| in a controlled fashion as part of RSE. This means, that RSE stores connection, |
| password and encoding information, the Terminal lifecycle is controlled by RSE, |
| the current directory can be picked up when launching a Terminal out of RSE, |
| and the RSE Shell Processes Subsystem can operate over a Terminals subsystem - |
| giving users who need remote access beyond the Shell view's line-based interface |
| a Terminal based interface |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=226764">226764</a>]. |
| <p><img src="images/new-rseterminal.gif" alt="Terminals Subsystem" /></p></td> |
| </tr> |
| <tr> |
| <td colspan="2"><hr /> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="2"><hr /> |
| <h3><a name="Terminal" id="Terminal"></a>Terminal</h3> |
| <hr /></td> |
| </tr> |
| <tr> |
| <td align="left" valign="top" width="30%"><b>TM 3.0 Terminal</b></td> |
| <td valign="top" width="70%">Several small fixes and enhancements |
| were made to the TM Terminal widget in TM 3.0: |
| <ul> |
| <li>The optional input line is now resizeable |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196447">196447</a>].</li> |
| <li>Field assist was added to the optional input line (Ctrl+Space) |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659">211659</a>].</li> |
| <li>Ctrl+V now works in the input field |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=189774">189774</a>].</li> |
| <li>User docs have been added |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=168186">168186</a>].</li> |
| <li>Terminal colors can be inverted in the Preferences |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=206219">206219</a>].</li> |
| <li>Behavior with proportional fonts has been fixed |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=226764">226764</a>].</li> |
| <li>Terminal Streams can now be logged for debugging |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=209665">209665</a>].</li> |
| <li>The Character Encoding can now be set (currently via RSE Integration only) |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=204796">204796</a>].</li> |
| <li>The Serial ownership handling was fixed. |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=221184">221184</a>].</li> |
| </ul> |
| </td> |
| </tr> |
| <tr> |
| <td align="left" valign="top" width="30%"><b>TM 3.0.1 Terminal</b></td> |
| <td valign="top" width="70%">More small fixes and enhancements |
| were made to the TM Terminal widget in TM 3.0.1: |
| <ul> |
| <li>Multiple Terminal connections can be switched inside a single Terminal view |
| (just like Eclipse Console), thus allowing re-use of the same connections |
| in multiple perspectives |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=226764">226764</a>].</li> |
| <li>The initial settings dialog is no longer blank |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196454">196454</a>].</li> |
| <li>"Paste" now works with the middle mouse button |
| [<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=240097">240097</a>].</li> |
| </ul> |
| <p><img src="images/new-terminal.gif" alt="New Terminal Features" /></p></td> |
| </tr> |
| <tr> |
| <td colspan="2"><hr /> |
| </td> |
| </tr> |
| </table> |
| <p>More details about API changes, new features and bugs fixed are in the |
| build notes of the earlier TM 3.0 milestone builds:</p> |
| <ul> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/R-3.0-200806202130/buildNotes.php"> |
| TM 3.0 build notes (June 25, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0RC4a-200806161545/buildNotes.php"> |
| TM 3.0RC4a build notes (June 16, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0RC3a-200806052135/buildNotes.php"> |
| TM 3.0RC3a build notes (June 5, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0RC2-200805271940/buildNotes.php"> |
| TM 3.0RC2 build notes (May 27, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0RC1-200805211446/buildNotes.php"> |
| TM 3.0RC1 build notes (May 21, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M7-200805081345/buildNotes.php"> |
| TM 3.0M7 build notes (May 8, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M6-200804112145/buildNotes.php"> |
| TM 3.0M6 build notes (April 11, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M5-200802181400/buildNotes.php"> |
| TM 3.0M5 build notes (February 18, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M4-200801071150/buildNotes.php"> |
| TM 3.0M4 build notes (January 7, 2008)</a></li> |
| <li><a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.0M3-200711141025/buildNotes.php"> |
| TM 3.0M3 build notes (November 14, 2007)</a></li> |
| </li> |
| |
| </ul> |
| </body> |
| </html> |