[jbosstools-commits] JBoss Tools SVN: r31252 - in trunk/documentation/whatsnew: vpe and 2 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu May 12 14:08:28 EDT 2011
Author: yradtsevich
Date: 2011-05-12 14:08:27 -0400 (Thu, 12 May 2011)
New Revision: 31252
Added:
trunk/documentation/whatsnew/vpe/images/3.3.0.M1/
trunk/documentation/whatsnew/vpe/images/3.3.0.M1/vpe-multiple-selection.png
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M1.html
Modified:
trunk/documentation/whatsnew/index.html
Log:
https://issues.jboss.org/browse/JBIDE-8886 : Create "New and Noteworthy" for 3.3.0.M1 /
https://issues.jboss.org/browse/JBIDE-8898 : CLONE - CLONE - Visual Editor Component N&N
- N&N 3.3.0.M1 page for VPE is created
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-05-12 17:26:22 UTC (rev 31251)
+++ trunk/documentation/whatsnew/index.html 2011-05-12 18:08:27 UTC (rev 31252)
@@ -38,6 +38,7 @@
<p align="right"><b>3.3.0.M1</b>
<td valign="top">
<p><a href="jst/jst-news-3.3.0.M1.html">JST/JSF Tools</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.M1.html">Visual Page Editor</a></p>
<p><a href="seam/seam-news-3.3.0.M1.html">Seam Tools</a></p>
</td>
</tr>
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.M1/vpe-multiple-selection.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/3.3.0.M1/vpe-multiple-selection.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M1.html (rev 0)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M1.html 2011-05-12 18:08:27 UTC (rev 31252)
@@ -0,0 +1,75 @@
+<?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>What's New Visual Page Editor 3.3.0.M1</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>What's New Visual Page Editor 3.3.0.M1</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../seam/seam-news-3.3.0.M1.html">Seam Tools ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>XULRunner 1.9</b></td>
+ <td valign="top">
+ <p>Visual Editor is now based on Mozilla Xulrunner 1.9.2.16 - the same rendering engine on which Firefox 3.6.16 is built.</p>
+ <p>This means support for new CSS attributes, better performance and many improvements for web developers,
+ including HTML5 support which will be added to the Editor in the near future.</p>
+
+
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-6429">Related
+ Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3"
+ id="itemname3"></a><b>Multiple selection from the source part</b></td>
+ <td valign="top">
+ <p>
+ Now all tags from the source selection are selected in the visual part.</p>
+ <p><img src="images/3.3.0.M1/vpe-multiple-selection.png" alt="VPE Multiple Selection" /></p>
+
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-8115">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
\ No newline at end of file
More information about the jbosstools-commits
mailing list