Author: koen.aers(a)jboss.com
Date: 2011-10-25 04:32:07 -0400 (Tue, 25 Oct 2011)
New Revision: 35973
Added:
trunk/documentation/whatsnew/forge/forge-news-3.3.0.M4.html
trunk/documentation/whatsnew/forge/images/3.3.0.M4/
trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_colors.png
trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_not_running.png
Modified:
trunk/documentation/whatsnew/index.html
Log:
JBIDE-9973
Added: trunk/documentation/whatsnew/forge/forge-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.M4.html
(rev 0)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.M4.html 2011-10-25 08:32:07 UTC
(rev 35973)
@@ -0,0 +1,100 @@
+<?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.M4 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.M4 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main
Index</a> <a
+ href="../maven/maven-news-3.3.0.M3.html">Maven 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 the 1.0.0.Beta3 release of Forge.</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
Colours</b></td>
+ <td valign="top">
+ <p>The Forge Console now supports colours. At the moment this colours are fixed
but in the future it will be
+ possible for users to customize this using the Eclipse preference pages.</p>
+ <p><img src="images/3.3.0.M4/forge_colors.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Improved Forge
Startup Experience</b></td>
+ <td valign="top">
+ <p>The Command Quick Access that was added in the previous release has been
augmented with Forge startup functionality.
+ If the Ctrl+4 (or Cmd+4 on Mac) combination is hit and Forge is not running a popup
will ask the user if it's OK to launch
+ Forge. If the user presses 'Yes' the Forge runtime is started and the Forge
console view is opened and/or brought in focus.</p>
+ <p><img src="images/3.3.0.M4/forge_not_running.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Improved Editing
Experience</b></td>
+ <td valign="top">
+ <p>There were a lot of issues with respect to editing in the previous releases
such as:
+ </p>
+ <ul>
+ <li>arrow keys not working properly</li>
+ <li>issues after repositioning the cursor with the mouse</li>
+ <li>long key presses did not work (e.g. to delete multiple characters you had
to repeatedly press delete) </li>
+ </ul>
+ <p>Most of these issues had to do with the limited support for ANSI character
codes. This support was extended
+ so that commands such as 'clear' also behave properly now.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_colors.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_colors.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_not_running.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/forge/images/3.3.0.M4/forge_not_running.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-10-25 05:13:45 UTC (rev 35972)
+++ trunk/documentation/whatsnew/index.html 2011-10-25 08:32:07 UTC (rev 35973)
@@ -39,6 +39,7 @@
<p><a href="jst/jst-news-3.3.0.M4.html">JST/JSF
3.3.0.M4</a></p>
<p><a href="vpe/vpe-news-3.3.0.M4.html">Visual Page Editor
3.3.0.M4</a></p>
<p><a href="cdi/cdi-news-3.3.0.M4.html">CDI/Seam 3
Tools</a></p>
+ <p><a href="forge/forge-news-3.3.0.M4.html">Forge
Tools</a></p>
<p><a href="openshift/openshift-news-0.1.0.M4.html">Openshift
Application Wizard 0.1.0.M4</a></p>
</td>
</tr>