Author: yradtsevich
Date: 2011-06-21 13:23:00 -0400 (Tue, 21 Jun 2011)
New Revision: 32260
Modified:
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
Log:
https://issues.jboss.org/browse/JBIDE-9188 : add system property to allow explicit
disabling of the visual page in VPE
https://issues.jboss.org/browse/JBIDE-9166 : Visual Editor Component N&N
- added a reference to the command-line option to the N&N page
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-06-21 17:04:00 UTC (rev 32259)
+++ trunk/documentation/whatsnew/index.html 2011-06-21 17:23:00 UTC (rev 32260)
@@ -47,6 +47,7 @@
<p><a
href="deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud
Tools</a></p>
<p><a href="birt/birt-news-3.3.0.M2.html">Birt
Tools</a></p> -->
<p><a href="jst/jst-news-3.3.0.M2.html">JST/JSF
Tools</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.M2.html">Visual Page
Editor</a></p>
<p><a href="cdi/cdi-news-3.3.0.M2.html">CDI/Seam 3
Tools</a></p>
<p><a href="ws/ws-news-1.2.2.M2.html">Webservices
Tools</a></p>
<p><a href="modeshape/modeshape-news-3.3.0.M2.html">ModeShape
Tools</a></p>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-21 17:04:00 UTC (rev
32259)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-21 17:23:00 UTC (rev
32260)
@@ -29,6 +29,25 @@
<tr>
<td colspan="2">
<hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Disable Visual
Editor</b></td>
+ <td valign="top">
+ <p>Eclipse may crash while using Visual Editor on some Linux distributions. We
created a command-line to option for the users who experience this problem.
+ Adding the following line to eclipse.ini (or jbdevstudio.ini in JBDS) will disable
Visual Editor:</p>
+ <p><code>-Dorg.jboss.tools.vpe.loadxulrunner=false</code></p>
+
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-9144">Related Jira
1</a></small>,
+ <small><a
href="https://jira.jboss.org/jira/browse/JBIDE-9188">Related Jira
2</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
<h3>Editor</h3>
<hr />
</td>