📄 changelog.html
字号:
<HTML>
<HEAD>
<TITLE>Faces Console - Change Log</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" LINK="blue" VLINK="blue">
<FONT FACE="Arial,Helvetica" SIZE="-1" COLOR="#666666"><B>JamesHolmes.com</B></FONT><BR>
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#FFFFFF">
<TR VALIGN="bottom">
<TD>
<FONT FACE="Arial,Helvetica" SIZE="+2"><B>Faces Console</B></FONT><BR>
</TD>
<TD ALIGN="right">
<FONT FACE="Arial,Helvetica" SIZE="-1">
<A HREF="index.html">Home</A> •
<A HREF="changelog.html">Change Log</A> •
<A HREF="download.html">Download</A> •
<A HREF="faq.html">FAQ</A> •
<A HREF="help.html">Help</A> •
<A HREF="screenshots.html">Screen Shots</A>
</FONT>
</TD>
</TR>
</TABLE>
<HR WIDTH="100%" SIZE="1" NOSHADE><BR>
<BLOCKQUOTE>
<FONT FACE="Arial,Helvetica" SIZE="+1"><B>Change Log</B></FONT><BR><BR>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR VALIGN="top">
<TD>
<FONT FACE="Arial,Helvetica" SIZE="-1">
• <B><A HREF="#1.7">Version 1.7</A></B><BR>
• <A HREF="#1.6">Version 1.6</A><BR>
• <A HREF="#1.5">Version 1.5</A><BR>
• <A HREF="#1.4">Version 1.4</A><BR>
• <A HREF="#1.3">Version 1.3</A><BR>
• <A HREF="#1.2">Version 1.2</A><BR>
• <A HREF="#1.1">Version 1.1</A><BR>
• <A HREF="#1.0">Version 1.0</A><BR>
• <A HREF="#1.0b3">Version 1.0 Beta 3</A><BR>
• <A HREF="#1.0b2">Version 1.0 Beta 2</A><BR>
• <A HREF="#1.0b1">Version 1.0 Beta 1</A><BR>
</FONT>
</TD>
<TD> </TD>
<TD>
</TD>
</TR>
</TABLE>
<BR><BR>
<FONT FACE="Arial,Helvetica" SIZE="-1">
<A NAME="1.7"></A>
<B>Version 1.7 - 08/13/2004</B><BR>
<UL>
<LI>Updated source editor in Eclise 3 plugin to syntax highlight the XML.</LI><BR><BR>
</UL><BR>
<A NAME="1.6"></A>
<B>Version 1.6 - 06/24/2004</B><BR>
<UL>
<LI>Added ability to turn off configuration file validation in Eclipse 3.0 plugin.</LI><BR><BR>
<LI>Added ability to configure Pretty Output options from Eclipse plugins.</LI><BR><BR>
</UL><BR>
<A NAME="1.5"></A>
<B>Version 1.5 - 05/28/2004</B><BR>
<UL>
<LI>Added support for JavaServer Faces 1.1 config files.</LI><BR><BR>
</UL><BR>
<A NAME="1.4"></A>
<B>Version 1.4 - 05/08/2004</B><BR>
<UL>
<LI>Fixed bug where some JSP Tag Library files (*.tld) weren't able to be loaded.</LI><BR><BR>
<LI>Added support for <property-class> field on Managed Property screen.</LI><BR><BR>
<LI>Added support for creating Managed Properties whose value is <null-value>, <list-entries>, or <map-entries>.</LI><BR><BR>
</UL><BR>
<A NAME="1.3"></A>
<B>Version 1.3 - 04/26/2004</B><BR>
<UL>
<LI>Updated IDEA plugin to have button for launching class selection dialog for any fields that take classes as values.</LI><BR><BR>
<LI>Updated JBuilder plugin to have button for launching class selection dialog for any fields that take classes as values.</LI><BR><BR>
</UL><BR>
<A NAME="1.2"></A>
<B>Version 1.2 - 04/12/2004</B><BR>
<UL>
<LI>Updated Eclipse 3 plugin to have button for launching class selection dialog for any fields that take classes as values.</LI><BR><BR>
<LI>Updated JDeveloper plugin to have button for launching class selection dialog for any fields that take classes as values.</LI><BR><BR>
<LI>Updated JDeveloper plugin to support JDeveloper 10g.</LI><BR><BR>
<LI>Fixed bug where attributes and properties weren't properly navigable from the Component, Converter, and Validator screens.</LI><BR><BR>
</UL><BR>
<A NAME="1.1"></A>
<B>Version 1.1 - 03/18/2004</B><BR>
<UL>
<LI>Updated to be able to co-habitate with Struts Console.</LI><BR><BR>
<LI>Fixed bug where XML namespaces were inadvertently being placed in config files.</LI><BR><BR>
</UL><BR>
<A NAME="1.0"></A>
<B>Version 1.0 - 03/10/2004</B><BR>
<UL>
<LI>Updated to support JavaServer Faces 1.0 final.</LI><BR><BR>
<LI>Added new Eclipse editor (for Eclipse 3.0m7 and later) that opens inside of Eclipse instead of in a separate window.</LI><BR><BR>
<LI>Added support for converter's <converter-for-class> tag.</LI><BR><BR>
<LI>Added tool tips for dialog fields.</LI><BR><BR>
<LI>Fixed Navigation Rule dialog to use "View Id" instead of "Tree Id".</LI><BR><BR>
<LI>Fixed navigation rule to no longer require a from view id.</LI><BR><BR>
<LI>Fixed validator node to show attribute and property sub-nodes.</LI><BR><BR>
</UL><BR>
<A NAME="1.0b3"></A>
<B>Version 1.0 Beta 3 - 02/10/2004</B><BR>
<UL>
<LI>Fixed bug where Managed Beans screen wasn't showing the correct bean names.</LI><BR><BR>
<LI>Fixed bug where Navigation Rules screen wasn't showing the correct "From View Id" values for new rules.</LI><BR><BR>
<LI>Added initial support for Managed Bean properties.</LI><BR><BR>
<LI>Updated to support system specified DTDs.</LI><BR><BR>
</UL><BR>
<A NAME="1.0b2"></A>
<B>Version 1.0 Beta 2 - 01/10/2004</B><BR>
<UL>
<LI>Updated to support JavaServer Faces 1.0 beta.</LI><BR><BR>
<LI>Updated Eclipse plugin to recognize read only files.</LI><BR><BR>
<LI>Updated console.bat and console.sh startup scripts to no longer reference JDOM jar file.</LI><BR><BR>
<LI>Added tooltips to each field for describing its use.</LI><BR><BR>
<LI>Added ability to set output options from JDeveloper plugin.</LI><BR><BR>
<LI>Added ability to set output options from IntelliJ IDEA plugin.</LI><BR><BR>
<LI>Added ability to set output options from JBuilder plugin.</LI><BR><BR>
<LI>Fixed Eclipse plugin to work with 3.0M5 and higher releases.</LI><BR><BR>
<LI>Fixed JDeveloper Addin to properly recognize Faces config files in JDeveloper 9.0.3+.</LI><BR><BR>
<LI>Fixed console.bat startup script to properly reference classpath.</LI><BR><BR>
<LI>Fixed bug where using Pretty Ouput was not escaping entity references inside of tags' content.</LI><BR><BR>
</UL><BR>
<A NAME="1.0b1"></A>
<B>Version 1.0 Beta 1 - 06/26/2003</B><BR>
<UL>
<LI>Initial Release</LI><BR><BR>
</UL><BR>
</FONT>
</BLOCKQUOTE><BR>
<HR WIDTH="100%" SIZE="1" NOSHADE>
<FONT FACE="Arial,Helvetica" SIZE="-1"><B><A HREF="http://www.jamesholmes.com/">JamesHolmes.com</A></B> | <A HREF="mailto:james@jamesholmes.com">james@jamesholmes.com</A></FONT>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -