November 1st, 2010· Quick Assist Allows 6 commons actions on a tag by the use of Ctrl-1 shortcut
· Refactoring Suppport Starting to add refactors to the editor. At this time tag renaming in different scopes is available.
· Configuration Some configurations elements were taken care of. Like changing the editor's background color, indentation using tag or spaces and file association by content-type, allowing the use of more specific editors for different xml's types.
Bugs:
· Validation against associated DTD definition not working
· How do I get Rinzo XML to NOT open plugin.xml files
December 22nd, 2009· XPath Viewer A basic viewer to evaluate xpath expression in the currently selected Rinzo's editor.
· Document Navigation A couple of key shortcuts to jump through the document tags in order to agilice document navigation.
July 17th, 2009Features:
· Pair node matching: To know where is the ending tag of an opening one. And the opening tag of and ending one.
· Range highlight: To know the entire area used by the tag where the caret is positioned.
· Escape characters: No more encoding problems that should be solved by reviewing entire documents to escape characters everywhere.
· Also notice that from this version it is required Eclipse version 3.3 or above and JRE 5 or above.
Extensions:
· All the behavior concerning JDT was decoupled to its own plugin, which allowed to create 2 generalizations in the form of Eclipse's extension points to create custom extensions of Rinzo's features.
· Please take into account that this extensions will be documented properly on next releases when they'll be more stable and suitable to be used by third parties.
Although this is still a work in progress and is subject to changes, you can find this extension points to play with:
· ar.com.tadp.xml.rinzo.core.contentAssist: Point to define content assist processors which will populate the list of proposals to be displayed when the user requires it.
· ar.com.tadp.xml.rinzo.core.validators: Here is where will be defined all the validators to be used on the currently edited document
Bugs:
· Several bugs were fixed regarding
· Auto ending tag completion.
· Files with no DTD or Schema didn't display validation errors.
· Empty files handling.
· Dialog displaying error messages when creating XSD or DTD from an xml file.
· Java classes are proposed only if the file is in a java project.