Author: dgolovin
Date: 2009-10-28 18:39:10 -0400 (Wed, 28 Oct 2009)
New Revision: 18343
Added:
trunk/documentation/whatsnew/examples/images/
trunk/documentation/whatsnew/examples/images/jbtprojectexamples.png
trunk/documentation/whatsnew/examples/images/newexamples1.png
trunk/documentation/whatsnew/hibernate/images/ddl-gen-export-to-db.png
trunk/documentation/whatsnew/hibernate/images/generatedannotation.png
trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca1.png
trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca2.png
trunk/documentation/whatsnew/hibernate/images/sortedoutline.png
trunk/documentation/whatsnew/jst/images/casesensetivefilter.jpg
trunk/documentation/whatsnew/jst/images/css-properties1.png
trunk/documentation/whatsnew/seam/seam-news-3.1.0.M4.html
trunk/documentation/whatsnew/smooks/images/
trunk/documentation/whatsnew/smooks/images/12329054_thumb_smookstools_input_page.png.jpeg
trunk/documentation/whatsnew/smooks/images/smookstools_input_page.png
Modified:
trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html
trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html
trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html
trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html
trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M4.html
Log:
25 of 33 issues marked as new_and_noteworthy are added to 'What's new in
3.1.0.M4'
Modified: trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html 2009-10-28 19:35:59
UTC (rev 18342)
+++ trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html 2009-10-28 22:39:10
UTC (rev 18343)
@@ -27,7 +27,7 @@
<td width="70%" valign="top">
<p>DVD Store and Booking examples were migrated to Seam 2.2 and adapted for
JBoss EAP5. They are available from Experimental Sites.</p>
-<p><img src="../images/customprojectexamples.png"/></p>
+<p><img src="./images/newexamples1.png"/></p>
<p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5012">Related
jira</a></small></p>
</td>
@@ -39,13 +39,13 @@
</td>
</tr>
<td valign="top" align="right">
- <a name="itemnam2e"
id="itemname2"></a><b>Seam Examples with Cheatsheets</b>
+ <a name="itemnam2e"
id="itemname2"></a><b>Project Examples in New Example
wizard</b>
</td>
<td width="70%" valign="top">
- <p>We have added a few of the Seam exmples to the project example site and we
also added Cheatsheets to some of these
-based on the Seam Example tutorials allowing you to see the explanation of the code and
navigate to it directly in the IDE.</p>
+ <p>JBoss Tools Category with Projects Examples wizard now available in eclipse
New Example Wizard</p>
+ <img src="images/jbtprojectexamples.png">
- <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4180">Related
jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4544">Related
jira</a></small></p>
</td>
</tr>
@@ -54,5 +54,3 @@
</body>
</html>
-
-
Added: trunk/documentation/whatsnew/examples/images/jbtprojectexamples.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/examples/images/jbtprojectexamples.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/examples/images/newexamples1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/examples/images/newexamples1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html 2009-10-28
19:35:59 UTC (rev 18342)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html 2009-10-28
22:39:10 UTC (rev 18343)
@@ -18,136 +18,84 @@
<tr>
<td colspan="2">
<hr/>
- <h3>Dali Integration</h3>
+ <h3>Source Editing</h3>
<hr/>
</td>
</tr>
<tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Validation via
NamingStrategy</b></td>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Properties
editor for hibernate.properties</b></td>
<td valign="top">
- <p>When using Hibernate Platform with Dali (JPA Tooling) we now validate
through the chosen NamingStrategy (if none chosen the default NamingStrategy is
used).</p>
+ <p>JBoss Tools Properties editor now can be extended to recognize particular
files by name and provides content assist with help hoover for available
properties.</p>
- <p>This allows those users who have custom naming strategies in place to
utilize the nice Dali JPA validation of wether the reference table and column names are
enabled.</p>
-
- <p>Note: Remember for Dali validation to work you have to enable the JPA facet
on your project and have the chosen DTP connection be connected to the database. If not,
Dali will not perform any validation!</p>
-
- <p>In case you do not want the NamingStrategy to be used, i.e. your
NamingStrategy requires custom setup or have dependencies not available during design time
you can disable the use of it on the Hibernate project preference page.</p>
-<p></p>
-
-
- <p><small>Releated jiras: <a
href="http://jira.jboss.org/jira/browse/JBIDE-4761">1</a>, <a
href="http://jira.jboss.org/jira/browse/JBIDE-4803">2</a&...
-
+ <p>For hibernate.properties files editor shows available properties in
'Add/Edit property' dialog.</p>
+ <img src="images/hibernate-props-ca1.png" />
+ <p>the same content assists works for source tab if you prefer use text editor
to edit properties files.</p>
+ <img src="images/hibernate-props-ca2.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4916">Releated
jira</a></small></p>
</td>
</tr>
-
-
-
-
<tr>
<td colspan="2">
<hr/>
+ <h3>Code Generation</h3>
+ <hr/>
</td>
</tr>
<tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Hibernate
specific annotations</b></td>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>DDL generation
dialog</b></td>
<td valign="top">
- <p>The JPA UI and validation has been extended to cover a few more Hibernate
specific annotations.</p>
- <ul>
- <li><code>@GenericGenerators</code> (before only supported the
singular <code>@GenericGenerator</code></li>
- <li><code>@DiscriminatorFormula</code></li>
- <li><code>@NamedQuery</code></li>
- <li><code>@NamedNativeQuery</code></li>
- <li><code>@Embeddable</code> with associations (not allowed in
JPA spec, but ok in Hibernate)</li>
-</ul>
-
- <p>This means that these annotations now have UI support and if possible also
validated in Dali.</p>
-
- <p>This screenshot shows a @NamedQuery being edited/shown in the UI.</p>
-
- <p><img
src="../images/hibernatenamedquerydaliui.png"/></p>
-
-<p></p>
-
-
- <p><small>Releated jiras: <a
href="http://jira.jboss.org/jira/browse/JBIDE-4521">1</a>, <a
href="http://jira.jboss.org/jira/browse/JBIDE-4649">2</a&...
href="http://jira.jboss.org/jira/browse/JBIDE-4613">3</a>, <a
href="http://jira.jboss.org/jira/browse/JBIDE-4527">4</a>, <a
href="http://jira.jboss.org/jira/browse/JBIDE-4716">5</a&...
-
-
+ <p>In DDL generation dialog new option added to execute generated script in
selected DB.</p>
+ <img src="images/ddl-gen-export-to-db.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4733">Releated
jira</a></small></p>
</td>
</tr>
-
<tr>
<td colspan="2">
<hr/>
- <h3>Wizards</h3>
+ <h3>Mapping Diagram</h3>
<hr/>
</td>
</tr>
<tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>hbm.xml Wizard
now generates mapping for object graph</b></td>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Views
improvements</b></td>
<td valign="top">
- <p>When using New Hibernate Mapping wizard the generated hbm.xml now contains
basic mappings for properties and associations.</p>
-<p><img src="../images/new_hbm_xml_selection.png"/></p>
-
-<p>You can select a package or multiple individual classes and then from there the
wizard will traverse the object graph and generate mappings for the full object
graph.</p>
- <p><small><a
href="http://jira.jboss.org/jira/browse/JBIDE-3457">Related
jira</a></p>
-
+ <p>'Outline' View for hibernate mapping diagram supports alphabet
sorting. 'Sort' button was added to view's action bar.</p>
+ <img src="images/sortedoutline.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4715">Releated
jira</a></small></p>
</td>
</tr>
-
<tr>
<td colspan="2">
<hr/>
- <h3>Views</h3>
- <hr/>
</td>
</tr>
-
<tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Pending...
node</b></td>
- <td valign="top">
- <p>Creation/opening of a Console Configuration is now visualized with a
Pending... node until it completes.</p>
-
-<p><img src="../images/hc_pending_icon.png"/></p>
-
- <p><small><a
href="http://jira.jboss.org/jira/browse/JBIDE-4622">Related
jira</a></p>
-
- </td>
- </tr>
-
- <tr>
<td colspan="2">
<hr/>
+ <h3>Dali Support</h3>
+ <hr/>
</td>
</tr>
<tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Mapping
Diagram</b></td>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>@GenerationTime
annotation</b></td>
<td valign="top">
- <p>The mapping diagram now has support for showing Grid, Rules and
Snap-to-Geometry.</p>
- <p><img
src="../images/hibernate_rulers_grid_snap2geometry.jpg"/></p>
-
- <p><small><a
href="http://jira.jboss.org/jira/browse/JBIDE-4643">Related
jira</a></p>
-
+ <p><b>TBD: Add description</b></p>
+ <img src="images/generatedannotation.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4665">Releated
jira</a></small></p>
</td>
</tr>
-
-
-
-
-
<tr>
<td colspan="2">
<hr/>
</td>
</tr>
-
-
</table>
</body>
Added: trunk/documentation/whatsnew/hibernate/images/ddl-gen-export-to-db.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/ddl-gen-export-to-db.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/generatedannotation.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/generatedannotation.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca1.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/hibernate-props-ca2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/sortedoutline.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/sortedoutline.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/casesensetivefilter.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/casesensetivefilter.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/css-properties1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/css-properties1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html 2009-10-28 19:35:59 UTC (rev
18342)
+++ trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html 2009-10-28 22:39:10 UTC (rev
18343)
@@ -31,20 +31,18 @@
<p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5041">Related
Jira</a></small></p>
-
</td>
</tr>
<tr>
<td colspan="2">
<hr />
- <h3>RichFaces 3.3.2.SR1 Update</h3>
+ <h3>RichFaces Support</h3>
<hr />
</td>
</tr>
<tr>
- <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Menu
- key is supported</b></td>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>3.3.2.S1 release
included</b></td>
<td valign="top">
<p>Richfaces 3.3 Capability was updated to Richfaces 3.3.2.SR1
release</p>
@@ -58,7 +56,7 @@
<tr>
<td colspan="2">
<hr />
- <h3>Code Assists</h3>
+ <h3 style="FONT-FAMILY: 'AlArabiya';">Code Assists</h3>
<hr />
</td>
</tr>
@@ -76,9 +74,66 @@
<tr>
<td colspan="2">
<hr />
+ <h3>CSS Style Editing</h3>
+ <hr />
</td>
</tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>'CSS
Properies' view</b></td>
+ <td valign="top">
+ <p>'CSS Properties' view can be used in for jsp files to edit styles
inside <code>style</code> node. </p>
+ <p><img src="images/css-properties1.png" /></p>
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-4850">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Refactoring / References Search</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Search EL
references to Java Method or Property</b></td>
+ <td valign="top">
+ <ul>Find references and rename now supported through context menu or Ctr+Shift+G
for:
+ <li>Seam Context Variable's property/method</li>
+ <li>Manage Bean's property/method</li>
+ <li>JavaBean property/method</li>
+ <li>Message Bundle property</li>
+ </ul>
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-4771">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Editors</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Properties
Editor Filter</b></td>
+ <td valign="top">
+ <p>Properties editor now supports case sensitive/insensitive filtering
+ </p>
+
+ <img src="images/casesensetivefilter.jpg">
+
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-4771">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
</table>
</body>
Added: trunk/documentation/whatsnew/seam/seam-news-3.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/seam/seam-news-3.1.0.M4.html (rev
0)
+++ trunk/documentation/whatsnew/seam/seam-news-3.1.0.M4.html 2009-10-28 22:39:10 UTC (rev
18343)
@@ -0,0 +1,58 @@
+<?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>Seam tools 3.1.0.M4 What's New</title>
+</head>
+<body>
+<h1>Seam tools 3.1.0.M4 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../jst/jst-news-3.1.0.M4.html">JST/JSF Tools News
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>New Wizards</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Validation Improvements</b></p></td>
+ <td valign="top">
+ <p>Seam artifacts generation were improved. Now it warns if the resources are
going to be created conflict with existing ones.</p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4944">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>New Seam 2 EJB Project Wizard</b></p></td>
+ <td valign="top">
+ <p>Now Seam EAR Project is created according Seam recommendation to use /lib
directory in EAR. That helps to fix many issues related to JBoss AS classloaders.
</p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4136">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
Property changes on: trunk/documentation/whatsnew/seam/seam-news-3.1.0.M4.html
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ text/plain
Added:
trunk/documentation/whatsnew/smooks/images/12329054_thumb_smookstools_input_page.png.jpeg
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/smooks/images/12329054_thumb_smookstools_input_page.png.jpeg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/images/smookstools_input_page.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/smooks/images/smookstools_input_page.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html 2009-10-28 19:35:59 UTC
(rev 18342)
+++ trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html 2009-10-28 22:39:10 UTC
(rev 18343)
@@ -25,22 +25,29 @@
</td>
</tr>
<tr>
- <td valign="top" align="right"><a
name="itemname1" id="itemname1"></a><b>Multiple Page
Editor</b></td>
+ <td valign="top" align="right"><a
name="itemname1" id="itemname1"></a><b>Multiple
+ Page Editor</b></td>
<td valign="top">
- <p>Overview page. Configurate the high level informations of
- Smooks configuration file.</p>
+ <p>'Reader' tab was replaced by 'Input' tab</p>
- <p><img src="../images/smookstools_overview_page.png"
- style="width: 991px; height: 472px" /></p>
+ <img src="images/smookstools_input_page.png">
- <p>Reader Page. Add/Remove the Reader model in this page.</p>
+ <p>The 'Input' page inherited many functions from the 'Reader'
+ page and there are several differences between them :
+ <ol>
+ <li>Reader page can add multiple Reader.<br >
+ Input page just allow only one Reader be added.</li>
- <p><img src="../images/smookstools_reader_page.png" /></p>
+ <li>Reader page support add multiple input data , and each of
+ them is usable.<br >
+ Input page can add multiple input data too , but just only one of
+ them can be used.</li>
- <p>Message Filter Page. This page inherits many functions from the
- Design page , it can add/remove the message filter resources.</p>
-
- <p><img src="../images/smookstools_message_filter_page.png"
/></p>
+ <li>Reader page can view the results what is transformed by the
+ Reader<br >
+ Input page has a input model view to check the transform result.</li>
+ </ol>
+ </p>
</td>
</tr>
<tr>
@@ -49,83 +56,6 @@
</td>
</tr>
- <tr>
- <td valign="top" align="right"><a
name="itemname2" id="itemname2"></a><b>Support
- the Smooks configuration file 1.2.1 version</b></td>
- <td valign="top">
- <p>The Smooks editor support the Smooks configuration file which
- is related to Smooks 1.2.1 platform.</p>
-
- <p><img src="../images/smookstools_addchildren_wizardpage.png"
/></p>
-
- <p><img src="../images/smookstools_addreader_wizardpage.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
- CSV,JSON,EDI input type data</b></td>
- <td valign="top">
- <p>Support CSV , JSON , EDI input type data</p>
-
- <p><img src="../images/smookstools_inputdataselection_v12.png"
/></p>
-
- <p>CSV input Reader configuration wizard page.</p>
-
- <p><img src="../images/smookstools_csvdatawizard3.png"
/></p>
-
- <p>EDI input Reader configuration wizard page.</p>
-
- <p><img src="../images/smookstools_edi_wizard_v12.png"
/></p>
-
- <p>JSON input Reader configuration wizard page.</p>
-
- <p><img src="../images/smookstools_jsondatawizard3.png"
/></p>
-
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <hr />
- <h3>EDI Message Mapping Graphical Editor</h3>
- <hr />
- </td>
- </tr>
- <tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>EDI
- Message Mapping Graphical Editor</b></td>
- <td valign="top">
- <p>EDI Message Mapping File Wizard.</p>
-
- <p><img
- src="../images/smookstools_edi_message_mapping_file_wizard.png"
/></p>
-
- <p><img src="../images/smookstools_edi_config_wizardpage.png"
/></p>
-
- <p>EDI Message Mapping Graphical Editor. It can edit the
- EDI-Message-Mapping configuration file.</p>
-
- <p><img src="../images/smookstools_edi_message_mapping_editor.png"
/></p>
-
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <hr />
- </td>
- </tr>
-
</table>
</body>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M4.html 2009-10-28 19:35:59 UTC (rev
18342)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M4.html 2009-10-28 22:39:10 UTC (rev
18343)
@@ -51,7 +51,25 @@
href="https://jira.jboss.org/jira/browse/JBIDE-4945">Related
Jira</a></small></p>
</td>
</tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Internal
toolbar</b></td>
+ <td valign="top">
+ <p>Visual editor toolbar was extended by three new tools:</p>
+ <ul>
+ <li>Show/hide none-visula tags</li>
+ <li>Show/hide text formatting toolbar</li>
+ <li>Show/hide selection bar</li>
+ </ul>
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-4914">Related
Jira</a></small></p>
+ </td>
+ </tr>
<tr>
<td colspan="2">
<hr />
@@ -65,7 +83,7 @@
<p>Now Facelets taglib can be imported to Palette View</p>
<p><small><a
-
href="https://jira.jboss.org/jira/browse/JBIDE-4945">Related
Jira</a></small></p>
+
href="https://jira.jboss.org/jira/browse/JBIDE-4934">Related
Jira</a></small></p>
</td>
</tr>