Author: akazakov
Date: 2011-06-16 15:02:00 -0400 (Thu, 16 Jun 2011)
New Revision: 32142
Added:
trunk/documentation/whatsnew/jst/images/3.3.0.M2/
trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html
Log:
https://issues.jboss.org/browse/JBIDE-9164 N&N for JSF/JST component.
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_links.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M2/ca_messages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html (rev
0)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.M2.html 2011-06-16 19:02:00 UTC (rev
32142)
@@ -0,0 +1,77 @@
+<?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.M2 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.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../vpe/vpe-news-3.3.0.M2.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>Code completion for #{messages['...']}</b></p>
+ </td>
+ <td valign="top">
+ <p>Code completion now works for JSF resource bundles within the [] brackets of
EL expressions.</p>
+ <img src="images/3.3.0.M2/ca_messages.png"/>
+ <p><small><a
+
href="https://jira.jboss.org/browse/JBIDE-3845">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 <link href=""/>,
<h:link value="">, <a:loadStyle
src=""/></b></p>
+ </td>
+ <td valign="top">
+ <p>Also JBoss XHTML/JSP editor now provides code completion for application
resources for <link href=""/>, <h:link
value=""> and <a:loadStyle src=""/>.</p>
+ <img src="images/3.3.0.M2/ca_links.png"/>
+ <p><small><a
+
href="https://jira.jboss.org/browse/JBIDE-8953">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.M2.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain