- [Requirement] rewrite dialog for define XPath search condition
- [Requirement] bind hotkey to cursor config selection(default hot key is Alt+C, Alt+X)
- [Requirement] Display tag name only if JSP tag lib is render to TD
- [Bug] content assist show wrong hint if cursor is in end of line
- [Bug] DOM find/replace dialog: Copy Editor Selection does not work
- [Bug] cursor move to wrong position if disable "Open editor for imported page"
- [Bug] editor preference config read wrong value for show tag name
- [Bug] scroll bar control does not work in IE8
2009/11/10
Version 1.3.1 release
2009/10/15
Version 1.3.0 release
- [Requirement] Add DOM based search/replace dialog, DOM based document can be modified by java script.
- [Requirement] Save position/size for all dialog.
- [Requirement] Change scroll bar control of visual part.
- [Requirement] Highlight IMG, INPUT, TEXTAREA, SELECT with border style
- [Bug] Undo modification caused render slow down.
- [Bug] Outline area position/size not update after modified code.
- [Bug] APPLET, OBJECT, IFRAME, EMBED is display even the style is hide.
- [Bug] tag library declaration is not generate for Struts bean:message.
2009/09/25
New Feature for modify XML with java script
Next major release will support this feature (replace the Modify element wizard) , so user can write java script to perform complex modification.
A variable named node is created automatic. It represented the selected node in dialog box.
The node object will provide lots of function(Detail can be found here).
Most of get methods are W3C API like... and additional support:
- For get child node : node.childName is the same as node.getChild('childName') unless the childName is the same as any supported function.
- For get attribute value : node['@attrName'] is the same as node.getAttribute('attrName')
Subscribe to:
Posts (Atom)