[jbosstools-commits] JBoss Tools SVN: r39300 - in trunk/documentation/whatsnew/forge: images and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Mar 6 06:08:23 EST 2012
Author: koen.aers at jboss.com
Date: 2012-03-06 06:08:22 -0500 (Tue, 06 Mar 2012)
New Revision: 39300
Added:
trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/
trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/about.png
trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/cd.png
trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/link_with_editor.png
trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/startup.png
Log:
JBIDE-11030: Forge Component N&N for 3.3.0.Beta1
Added: trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html 2012-03-06 11:08:22 UTC (rev 39300)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!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="../whatsnew.css"/>
+<title>Forge Tools 3.3.0.Beta1 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Forge Tools 3.3.0.Beta1 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a
+ href="">Other Tools ></a></p>
+
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>New Embedded Forge Runtime</b></td>
+ <td valign="top">
+ <p>The embedded runtime is now Forge 1.0.0.Final!</p>
+ <p><img src="images/3.3.0.Beta1/about.png" /></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Link with Editor</b></td>
+ <td valign="top">
+ <p>The Forge console now contains a toolbar button called 'Link with Editor'. This button, much
+ like the analogous button on the different explorer windows make sure that the selection of an
+ open editor cause Forge to 'pick-up' the contents of this editor. </p>
+ <p><img src="images/3.3.0.Beta1/link_with_editor.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Support for the 'cd' command</b></td>
+ <td valign="top">
+ <p>Issuing a 'cd' will select the current resources in the open navigator view. If the resource is not
+ in the workspace and the Remote Systems Explorer View is open, it will be selected in this last view.
+ This is similar to the behaviour of the 'pick-up' command, except that the resources are not opened in
+ an editor.</p>
+ <p><img src="images/3.3.0.Beta1/cd.png" /></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Automatic Startup of Forge</b></td>
+ <td valign="top">
+ <p>Forge offers now the possibility of an automatic startup at Eclipse startup time. This property
+ is controlled by a preference with which users can enable/disable the behaviour.</p>
+ <p><img src="images/3.3.0.Beta1/startup.png" /></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>'Usability Improvements'</b></td>
+ <td valign="top">
+ <p>A number of improvements have been implemented. Such as there are:</p>
+ <ul>
+ <li>the 'Show In->Forge Console' functionality offers to start Forge when it is not yet running.</li>
+ <li>path issues with 'Show In->Forge Console' on Windows have been tackled.</li>
+ <li>the Forge runtime and its console have been decoupled. This allows to close the console while Forge is running. Reopening the console view gets you back where you were.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/about.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/about.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/cd.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/cd.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/link_with_editor.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/link_with_editor.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/startup.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.Beta1/startup.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the jbosstools-commits
mailing list