⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 一个专门为struts开发的可视化xml配置文件的生成工具
💻 TXT
📖 第 1 页 / 共 2 页
字号:
Changes with Struts Console v4.8

  *) Added support for Validator 1.1.3 configuration files.



Changes with Struts Console v4.7

  *) Added ability to turn off configuration file validation
     in Eclipse 3.0 plugin.

  *) Added ability to configure Pretty Output options from
     Eclipse plugins.



Changes with Struts Console v4.6

  *) Updated IDEA plugin to have button for launching class
     selection dialog for any fields that take classes as values.

  *) Updated JBuilder plugin to have button for launching class
     selection dialog for any fields that take classes as values.

  *) Fixed JDeveloper 10g plugin to work properly.

  *) Fixed bug where some JSP Tag Library files (*.tld) weren't
     able to be loaded.



Changes with Struts Console v4.5

  *) Updated Eclipse 3 plugin to have button for launching class
     selection dialog for any fields that take classes as values.

  *) Updated JDeveloper plugin to have button for launching class
     selection dialog for any fields that take classes as values.

  *) Updated JDeveloper plugin to support JDeveloper 10g.

  *) Fixed bug where <global> elements were unnecessarily being
     created for Validator config files.

  *) Fixed bug where Tiles config files were unnecessarily being
     marked as modified when they weren't.



Changes with Struts Console v4.4.1

  *) Fixed broken MANIFEST.MF file that was preventing NetBeans
     plugin from working.



Changes with Struts Console v4.4

  *) Added new Eclipse editor (for Eclipse 3.0m7 and later) that
     opens inside of Eclipse instead of in a separate window.

  *) Updated to be able to co-habitate with Faces Console.

  *) Added tool tips for Struts dialog fields.

  *) Added tool tips for Tiles dialog fields.

  *) Updated to support IDEA 4.0.



Changes with Struts Console v4.3

  *) Fixed bug where Form screen was not showing up for Validator
     1.1 config files.

  *) Fixed bug where Field screen was improperly showing "bundle"
     attribute on Arg0 - Arg3 tabs for Validator 1.1 config files.

  *) Updated Eclipse plugin to recognize read only files.

  *) Updated to support system specified DTDs.

  *) Added support for the variant attribute of <formset> tags for
     Validator 1.1 config files.



Changes with Struts Console v4.2

  *) Fixed Eclipse plugin to work with 3.0M5 and higher releases.

  *) Added ability to set output options from JDeveloper plugin.

  *) Added ability to set output options from IntelliJ IDEA plugin.



Changes with Struts Console v4.1

  *) Fixed JDeveloper Addin to properly recognize Struts config files
     in JDeveloper 9.0.3+.

  *) Added drop down list of values for Plugin's "Configuration Class"
     field.

  *) Added drop down list of values for Action's "Type" field.

  *) Added support for Struts 1.2 config files.

  *) Added support for Validator 1.1 config files.

  *) Added ability to set output options from JBuilder plugin.



Changes with Struts Console v4.0.4

  *) Fixed console.bat startup script to properly reference classpath.



Changes with Struts Console v4.0.3

  *) Fixed plugin descriptors that were accidentally broken in 4.0.2.



Changes with Struts Console v4.0.2

  *) Fixed bug where using Pretty Ouput was not escaping entity
     references inside of tags' content.

  *) Updated console.bat and console.sh startup scripts to no longer
     reference JDOM jar file.

  *) Added "org.apache.struts.upload.FormFile" to Form Property Type
     field dropdown.



Changes with Struts Console v4.0.1

  *) Fixed Eclipse/WSAD plugin descriptor.

  *) Added ability to create new JSP Tag Library files in standalone
     version.



Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version of JDOM
     library conflicted with that used by JBuilder.

  *) Fixed bug where updating Global Constants in Validator config
     wasn't marking file as changed.

  *) Fixed Console to properly save files as UTF-8 instead of system
     encoding.

  *) Fixed IDEA plugin to properly refresh config file in text editor
     when changes are made with Console. In doing so, improved plugin
     performance greatly.

  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close dialogs
     would sometimes lead to new elements being created erroneously.

  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for <bean> element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies.



Changes with Struts Console v3.6

  *) Fixed validator editor to not require <argX> elements to specify
     a name attribute.

  *) Fixed bug where console.bat file wasn't working on Windows 98.

  *) Updated NetBeans module to doc itself into the source editor
     window.

  *) Added ability in IDEA to open config files in Struts Console window
     from the Structure and Web Views.

  *) Retired JSP Converter functionality since it was used very
     little and quite buggy.



Changes with Struts Console v3.5

  *) Fixed problem with Eclipse/WSAD plugin where every change made
     in Struts Console caused the XML file to be written to disk. This
     was causing performance problems.

  *) Fixed bug where creating new Tiles definitions without specifying
     a path was generating <definition>s with an emtpy path attribute.
     This causes problems later when using the extends feature.

  *) Fixed Validator editor to properly support <field>s having
     multiple <arg0>, <arg1>, <arg2>, <arg3> and <msg> elements.

  *) Updated dialogs so that OK is selected when you press "Enter."

  *) Updated dialogs to close when you press "Esc."

  *) Added tooltips to each Tiles field for describing its use.



Changes with Struts Console v3.4

  *) Fixed bug where DynaXXX were showing up in the Type dropdown for
     Struts 1.0 <form-bean>s.

  *) Fixed bug where Configuration Class field was showing up for
     Struts 1.0 <action>s.

  *) Fixed bug where Configuration Class value from xml file
     wasn't showing up for <action>s.

  *) Updated Tiles Definition's to allow free form "extends".

  *) Added tooltips to each Struts field for describing its use.

  *) Improved config file recognition in plugins.

  *) Updated standalone program to check saved window size and default
     to 800x600 if less than 800x600.



Changes with Struts Console v3.3

  *) Fixed form property list to have java.math.BigDecimal and
     BigInteger instead of java.lang.BigDecimal and BigInteger.

  *) Fixed bug where adding a FormBean from Action screen was not
     setting the <action> name attribute.

  *) Added "Configuration Class" to Action screen.

  *) Added ability to move up, move down and remove nodes in tree.

  *) Added ability to "View" an Action's FormBean from the Action
     screen.



Changes with Struts Console v3.2

  *) Fixed bug where Page and Forward Pattern were not being
     displayed on the Controller screen for Struts 1.1 config
     files.

  *) Fixed bug where Form Bean add dialog would throw exceptions
     if a type was not entered.

  *) Fixed bug where Resource checkbox was not being properly set
     for <field> elements in Validator config files.

  *) Fixed bug where Page Converter dialog was chopping off some
     of its tabs' contents.

  *) Fixed bug in Page Converter to properly convert <img> tags.

  *) Added support for new "size" attribute of <form-property> element.

  *) Added missing "indexListProperty" field for Validator config
     files.

  *) Added support for turning off config file validation in
     IDEA plugin.

  *) Removed "Debug" field from Controller screen for Struts 1.1
     config files since it has been deprecated.

  *) Updated standalone version to preserve window size and location.



Changes with Struts Console v3.1

  *) Fixed issue where Struts Console wouldn't work with newer
     IDEA builds.  Now Struts Console only works with IDEA builds
     667 and later.

  *) Fixed bug where exceptions were being thrown for Validator
     config files if the language or country wasn't specified
     for <formset> elements.

  *) Fixed bug where the Field screen for Validator config files
     was not properly displaying a field's args.

  *) Fixed bug where Eclipse plugin wouldn't recognize Tiles
     config files.

  *) Added support for turning off config file validation in
     Eclipse plugin.

  *) Added support for turning off config file validation in
     JBuilder OpenTool.

  *) Added support for turning off config file validation in
     JDeveloper Addin.

  *) Added support for turning off config file validation in
     NetBeans/FFJ module.



Changes with Struts Console v3.0

  *) Fixed bug where Forwards' "Configuration Class" attribute
     was incorrect.

  *) Added support for Validator config files.

  *) Added plugin support for Eclipse.

  *) Added support for "className" attribute of <data-source>
     elements.

  *) Added support for "className" attribute of <exception>
     elements.

  *) Added support for "className" attribute of <form-bean>
     elements.

  *) Added support for "className" attribute of <form-property>
     elements.

  *) Added support for adding <set-property> elements to
     <form-property> elements.

  *) Added drop down list of values for "Type" field of Form
     Properties for FormBeans.

  *) Added drop down list of values for FormBean's "Type" field.



Changes with Struts Console v2.2.1

  *) Reverse "&amp;" change as it was not a bug and the change
     created a bug.

  *) Update Pretty Output option to properly escape entity
     attributes (ie. &, ", >, <).



Changes with Struts Console v2.2

  *) Fixed bug where ampersands were being transalted to "&amp;"
     when they shouldn't be.

  *) Updated JDeveloper Addin to support 9.0.3 and later versions.

  *) Updated "Pretty Output" option to output XML files' encoding
     as UTF-8.

  *) Added "class" and "contextRelative" fields to Forward screen
     for 1.1 config files.

  *) Added conversion for <img> tags to Page Converter.



Changes with Struts Console v2.1.2

  *) Updated Tiles' Definition screen to not write empty "path"
     attributes.  This allows for defintion extending to work
     where the child definition doesn't override the parent "path".



Changes with Struts Console v2.1.1

  *) Fixed bug where "role" attributes weren't being loaded on the
     Definition panel.

  *) Fixed bug where "initial" attribute of the <form-property>
     element couldn't be changed once it had been set.



Changes with Struts Console v2.1

  *) Fixed bug where the "initial" attribute of the <form-property>
     element was getting set to blank when it wasn't specified.

  *) Added plugin support for IntelliJ IDEA.



Changes with Struts Console v2.0.1

  *) Fixed bug where Tiles editor wasn't properly upgrading
     config files that had deprecated <put> settings.

  *) Fixed bug where Page Converter was accidentally converting
     <address> tags when it shouldn't have been.

  *) Fixed bug where Page Converter was not properly converting
     all <input> tags.

  *) Fixed bug where NetBeans module was not remembering where
     the Struts Console window was docked.

  *) Fixed bug where JBuilder plugin wasn't properly generating
     XML output when certain elements were modified.



Changes with Struts Console v2.0

  *) Fixed bug where Edit button was not properly being disabled
     for Properties and Form Properties which would allow Edit
     to be selected when no row was highlighted and thus causing
     exceptions to be thrown.

  *) Fixed bug where Properties and Form Properties tables weren't
     being updated after a row had been edited.

  *) Fixed bug where Forwards and Exceptions were not properly being
     removed from Actions.

  *) Fixed bug where changing an Action from using a Form Bean to
     "<none>" would wrongfully set the Action's "name" attribute
     to "<none>".

  *) Fixed bug in standalone app where after performing "Save As" on
     a file, the GUI wouldn't indicate whether or not a file had
     changes or not.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -