2009/06/26

Support for Eclipse 3.5

The current version works fine with Eclipse 3.5 + WTP 3.1 I also build artifacts.jar and content.jar for new update site scenario of Eclipse 3.5 Please let me know if you encounter error when using update site http://bravo.comxa.com/update Note: During the installation, there is a dialog to ask "Do you trust these certificates?". Make sure to select all and click OK.

2009/06/15

Version 1.1.0 release

  • [Requirement] support page import for JSP include/forward tag, JSTL import, SSI(server side include)
  • [Requirement] Add UI for config file association
  • [Requirement] support CSS id selector and @import function
  • [Requirement] open file with preferred edit in JSTL view
  • [Bug fix] cursor does not move when click on visual part in some case
  • [Bug fix] scroll bar does not display if some CSS style exist
The page import function only support the file that can be opened by Structured Text Editor. For unknown file type such as *.inc, add file association is required. Two project options are added to control the page import behavior:
  • Render imported page for JSP include/forward, SSI... - Whether to enable the function.
  • Open editor for imported page - If click on imported element/text in the visual part, whether to open editor and move focus.
A new UI is created for add file association quickly.

2009/05/16

Version 1.0.1 release

After lots of testing and implementation, the core engine has more support for text node.

  • [Requirement] After select/edit text node in source code editor, the visual part could scroll to the location of the text node.
  • [Requirement] Add new editor preference "Set Compatibility mode to IE=8"
  • [Requirement] Add new cursor option "By click position" for text node, the position of text node are detailed to char level. So the cursor of source code editor could move to where the the char is clicked.
  • [Requirement] Ignore the bgcolor attribute if the value is JSP scriplet/EL express
  • [Bug] visual part not response in some case
  • [Bug] a extra empty line displayed after BR tag.
  • [Bug] two scroll bar displayed if IE version is 8.x
  • [Bug] cursor postion config is not saved if open dialog select option and apply.
To use the "By click position" please go to "Editor default option" preference page or open "Editor cursor config" dialog. Select/add target type: "Child Text Node". Currently, the text node support will not work if IE8 installed and enable "Set Compatibility mode to IE=8". Please let me know if you have any opinion/problem. Thanks!