Oxygen XML Editor 1.2.1
September 27, 2002
XPath Support Was Improved
The result list of nodes is displayed in a tab located at the bottom of the
editor. When the user clicks on an item from the list, the text section corresponding to
the selected node will be highlighted. Double-clicking or pressing ENTER over the
selection will move the cursor to the beginning of the highlight.
Schema-Driven Content Completion Assistance Follows Closely the Schema Structure
Only the valid elements in a given context are presented by the Content
Completion Assistant, instead of all possible elements in a given context. For instance,
if a given element has a sequence formed by "a", "b", and "c" the Content Completion
Assistant will offer only element "a" immediately after the given element. Previously, all
three elements were offered.
Mac OS X Support
We addressed some of the specific problems on Mac OS X. The most important was
that empty dialog boxes used to appear for some of the options.
No More Interference from Java Extensions
We use our custom class loader to load the application classes, thus
eliminating problems with extensions being loaded instead of the application jars.