[jbosstools-commits] JBoss Tools SVN: r31200 - in trunk/documentation/whatsnew: jst and 2 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue May 10 22:54:12 EDT 2011
Author: akazakov
Date: 2011-05-10 22:54:11 -0400 (Tue, 10 May 2011)
New Revision: 31200
Added:
trunk/documentation/whatsnew/jst/images/3.3.0.M1/
trunk/documentation/whatsnew/jst/images/3.3.0.M1/NewProject.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixInJSP.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXHTML.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXML.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/cc_attrs_ca.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/css_openon.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/el_functions_ca.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/palette.png
trunk/documentation/whatsnew/jst/images/3.3.0.M1/properties.png
trunk/documentation/whatsnew/jst/jst-news-3.3.0.M1.html
Modified:
trunk/documentation/whatsnew/index.html
Log:
https://issues.jboss.org/browse/JBIDE-8896
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-05-11 01:38:37 UTC (rev 31199)
+++ trunk/documentation/whatsnew/index.html 2011-05-11 02:54:11 UTC (rev 31200)
@@ -37,6 +37,7 @@
<td valign="top" align="left">
<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="seam/seam-news-3.3.0.M1.html">Seam Tools</a></p>
</td>
</tr>
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/NewProject.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/NewProject.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixInJSP.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixInJSP.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXHTML.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXHTML.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXML.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/ShowQuickFixesInXML.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/cc_attrs_ca.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/cc_attrs_ca.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/css_openon.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/css_openon.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/el_functions_ca.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/el_functions_ca.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/palette.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/palette.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M1/properties.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M1/properties.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.M1.html (rev 0)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.M1.html 2011-05-11 02:54:11 UTC (rev 31200)
@@ -0,0 +1,158 @@
+<?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>JST/JSF 3.3.0.M1 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>JST/JSF 3.3.0.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../vpe/vpe-news-3.3.0.M1.html">VPE Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Quick Fix</b></p>
+ </td>
+ <td valign="top">
+ <p>In case of validation problem, Quick Fix menu is now shown in JBoss JSP/XHTML and XML editors (not only in Problems view). It's what you got used to in Java Editor.</p>
+ <img src="images/3.3.0.M1/ShowQuickFixesInXHTML.png"/><br/><br/>
+ <img src="images/3.3.0.M1/ShowQuickFixesInXML.png"/><br/><br/>
+ <img src="images/3.3.0.M1/ShowQuickFixInJSP.png"/><br/><br/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8350">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Code completion for EL functions</b></p>
+ </td>
+ <td valign="top">
+ <p>JBoss XHTML/JSP editor now provides code completion for EL functions based on facelet tag library metadata.</p>
+ <img src="images/3.3.0.M1/el_functions_ca.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-5436">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Properties Editor</b></p>
+ </td>
+ <td valign="top">
+ <p>You can now edit cell rows directly in the editor. No need to double click anymore.</p>
+ <img src="images/3.3.0.M1/properties.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8596">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Project templates</b></p>
+ </td>
+ <td valign="top">
+ <p>Blank JSF 2.0 project templates w/ and w/o bundled required libraries are now available in New JSF Project wizard:</p>
+ <img src="images/3.3.0.M1/NewProject.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8417">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>JBoss Palette</b></p>
+ </td>
+ <td valign="top">
+ <p>RichFaces 4 group in the palette was updated. So now it contains all the components from RichFaces 4.0.0.Final.</p>
+ <img src="images/3.3.0.M1/palette.png"/>
+ <p>Be aware that this group is hidden by default. You can enable it via Show/Hide menu:</p>
+ <img src="images/3.2.0.Beta2/PaletteShowHide.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8617">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>JSF 2</h3>
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Hyperlinks (OpenOns)</b></p>
+ </td>
+ <td valign="top">
+ <p>CSS resource defined in <h:outputStylesheet> can now be navigated to via OpenOn (Ctrl+Click).</p>
+ <img src="images/3.3.0.M1/css_openon.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-8216">Related Jira</a></small></p>
+ <p>Also you can navigate to the related attribute from #{cc.attrs.*} in a composite component.</p>
+ <p><small><a
+ href="https://jira.jboss.org/browse/JBIDE-7461">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
More information about the jbosstools-commits
mailing list