Author: koen.aers(a)jboss.com
Date: 2011-09-02 06:40:45 -0400 (Fri, 02 Sep 2011)
New Revision: 34495
Added:
trunk/documentation/whatsnew/forge/forge-news-3.3.0.M3.html
trunk/documentation/whatsnew/forge/images/3.3.0.M3/
trunk/documentation/whatsnew/forge/images/3.3.0.M3/progress-monitor.png
trunk/documentation/whatsnew/forge/images/3.3.0.M3/quick-access.png
Modified:
trunk/documentation/whatsnew/index.html
Log:
JBIDE-9629
Added: trunk/documentation/whatsnew/forge/forge-news-3.3.0.M3.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.M3.html
(rev 0)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.M3.html 2011-09-02 10:40:45 UTC
(rev 34495)
@@ -0,0 +1,98 @@
+<?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.M3 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.M3 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.Beta1 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>Plugin Structure
Change</b></td>
+ <td valign="top">
+ <p>The Forge Tools now consist of four plugins:</p>
+ <ul>
+ <li><b>org.jboss.tools.forge.core</b> : contains all the non-ui
related classes such
+ as the Forge runtime launcher and the runtime preferences</li>
+ <li><b>org.jboss.tools.forge.ui</b> : contains all the ui related
classes such as the
+ Forge console view and the preference pages</li>
+ <li><b>org.jboss.tools.forge.runtime</b> : contains the default
embedded runtime; for 3.3.0.M3 this is the
+ 1.0.0.Beta1 release of Forge</li>
+ <li><b>org.jboss.tools.forge.runtime.ext</b> : contains an
additional module with extra classes that is added
+ to the module path when the Forge runtime starts up; these classes enable the
communitation between
+ the Forge runtime and the tools</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Progress
Monitor</b></td>
+ <td valign="top">
+ <p>When starting the Forge runtime a progress monitor and a startup pane
indicate the startup status.</p>
+ <p><img src="images/3.3.0.M3/progress-monitor.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Command Quick
Access</b></td>
+ <td valign="top">
+ <p>There is now a keyboard shortcut that brings up a pop-up dialog with a list
of commands that can be
+ applied in the current context. By default this command is 'Ctrl+4' (or
'Cmd+4' on OS X). Typing in the
+ text box at the top of the pop-up filters the list of commands to contain only those
matching the typed
+ String. Double-clicking one of the commands results in the command being inserted in
the Forge Console.</p>
+ <p><img src="images/3.3.0.M3/quick-access.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M3/progress-monitor.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/forge/images/3.3.0.M3/progress-monitor.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/forge/images/3.3.0.M3/quick-access.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/forge/images/3.3.0.M3/quick-access.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-09-01 22:00:40 UTC (rev 34494)
+++ trunk/documentation/whatsnew/index.html 2011-09-02 10:40:45 UTC (rev 34495)
@@ -35,6 +35,16 @@
<tr>
<td valign="top" align="left">
+ <p align="right"><b>3.3.0.M3</b>
+ <td valign="top">
+
+ <p><a href="forge/forge-news-3.3.0.M3.html">Forge
Tools</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>3.3.0.M2</b>
<td valign="top">