2002
1
Version 1.0 - April the 15th, 2002
Version 1.1 - May the 15th, 2002
Version 1.1.5 - May the 20th, 2002
Version 1.1.6 - May the 24th, 2002
Version 1.1.7 - May the 27th, 2002
Version 1.1.8 - June the 5th, 2002
Version 1.1.9 - June the 15th, 2002
Version 1.2 - June the 27th, 2002
Version 1.2.1 - September the 27th, 2002
Version 1.2.2 - October the 22nd, 2002
Version 1.2.3 - November the 27th, 2002
Version 1.2.4 - December the 17th, 2002
2003
2
Version 2.0 - April the 2nd, 2003
Version 2.0.1 - May the 15th, 2003
Version 2.0.2 - June the 9th, 2003
Version 2.0.3 - August the 14th, 2003
Version 2.0.4 - September the 19th, 2003
2004
3
Version 3.0 - January the 14th, 2004
Version 3.1 - February the 6th, 2004
4
Version 4.0 - April the 30th, 2004
Version 4.1 - June the 10th, 2004
Version 4.2 - July the 15th, 2004
5
Version 5.0 - October the 15th, 2004
Version 5.1 - January the 18th, 2005
2005
6
Version 6.0 - May the 22nd, 2005
Version 6.1 - July the 19th, 2005
Version 6.2 - September the 19th, 2005
2006
7
Version 7.0 - January the 13th, 2006
Version 7.1 - March the 2nd, 2006
Version 7.2 - June the 6th, 2006
8
Version 8.0 - November 20th, 2006
Version 8.1 - January 25th, 2007
Version 8.2 - May 7th, 2007
2007
9
Version 9.0 - November 2nd, 2007
Version 9.1 - December 18, 2007
Version 9.2 - May 9, 2008
Version 9.3 - July 2, 2008
2008
10
Version 10.0 - October 23, 2008
2009
10.1
Version 10.1 - February 25, 2009
10.2
Version 10.2 - April 15, 2009
10.3
Version 10.3 - June 29, 2009
11
Version 11.0 - October 9, 2009
11.1
Version 11.1 - December 17, 2009
2010
11.2
Version 11.2 - March 16, 2010
12
Version 12.0 - September 14, 2010
2011
12.1
Version 12.1 - January 12, 2011
12.2
Version 12.2 - May 19, 2011
13
Version 13.0 - August 29th, 2011
13.1
Version 13.1 - October 26th, 2011
2012
13.2
Version 13.2 - January 12th, 2012
14
Version 14.0 - June 27, 2012
14.1
Version 14.1 - October 19, 2012
2013
14.2
Version 14.2 - February 13, 2013
What is new in <oXygen/> XML Editor 11.1
December 17, 2009
There are changes in:
Author (Visual Editing) Mode
Schema-aware Editing Mode
The insertion of XML fragments and attributes is checked against the
associated schema. If the XML fragment is not accepted at the caret position,
multiple strategies are employed to determine a better insert position. The
developers can implement other strategies as needed by customizing the <oXygen/>
Author mode.
Schema-aware Editing Mode for DITA, DocBook, TEI and XHTML
All the major XML documentation frameworks were enhanced with specific
schema-aware editing support. For instance, when editing a DocBook document the
text inserted directly in a section is wrapped automatically in either a title or
a para element. Typing text between the rows of a table will result in automatic
creation of table row and table cell elements around the inserted text. Pasting a
list item into a section will also create the parent list element and so on. The
same functionality is available for DITA, TEI and XHTML.
Schema-aware Whitespace Normalization and Serialization
When a document is loaded into the Author mode, the XML schema
information is taken into account to decide whether or not whitespaces are
relevant. For instance spaces between sibling elements are relevant if the model
of the parent element is mixed, and they are ignorable if the parent element has
an element-only content.
Compact Rendering in Full Tags Mode
A new, more compact layout is used for the "full-tags" display mode of
the Author mode. This layout is much more ergonomic placing multiple XML tags on
the same line.
Quick Up/Down Navigation
By enabling the "Quick up/down" in the visual editing mode, the caret
is moved directly between the lines of text without going through intermediate
positions between blocks (the intermediate position can still be reached using the
left/right arrows or with the mouse). For instance you can move the caret directly
from the title text into the paragraph text, without going through the
intermediate position between them. This is a very helpful feature when reviewing
documents or editing mainly content.
Update Author API
There are new methods available in the Author API. For example you can
close an editor or you can create an XSLT or XQuery transformer. Schema-aware
editing can be customized for a specific document type by registering an
AuthorSchemaAwareEditingHandler.
DITA
Integration of the DITA OT 1.5 M24
The DITA Open Toolkit has been updated to the latest version: 1.5
M24
Show Resolved Topics in the DITA Map Editor
The action "Open Map in editor with resolved
topics" is available on the DITA map root when opened in the DITA Maps manager. This
action opens the map in the editor, with all the referenced topics and maps expanded
in-place. In this way you have a preview of the publishing result.
XSLT and XQuery
Support for SaxonPE/EE Configuration Files
Starting with version 9.2 Saxon allows setting a configuration file
that specifies all the possible options for the processor. You can specify such a
configuration file for the Saxon processor embedded in <oXygen/> XML Editor.
Visual Editing of the XSLT Documentation
<oXygen/> XML Editor provides rendering and a set of custom actions to
help writing XSLT documentation inside XSLT stylesheets in the visual editing
mode.
Support for XQuery for Java (XQJ)
Any XQuery Processor implementing the XQJ API can be configured and
used for XQuery execution in <oXygen/> XML Editor.
XProc
Enhanced XProc Scenarios
The XProc transformation scenarios allow now to set options and
parameters (global or for each port).
Dynamic XProc Content Completion
The content completion offers the available option names of the
built-in steps. When entering a port reference it presents the available port
names.
Better Error Reporting with Calabash
<oXygen/> XML Editor collects the messages Calabash writes to the
standard error and presents them to the user. These provide important information
related with the already reported errors, for example the user can find the reason
a stylesheet compilation failed.
Validation
Handling of Error Levels for Schematron Validation
The schema author can control the error level used for Schematron
reports and failed assertions. This can be done using the "role" attribute.
<oXygen/> XML Editor will recognize values like "info" or "information", "warn"
or "warning", "error" and "fatal" and will set the error level of the reported
messages accordingly.
Additional Information URL for Schematron Messages
If the Schematron schema specifies an URL in the "see" attribute then
<oXygen/> XML Editor will report the in-scope see attribute value as additional
URL information for the reported message. The user will be able to just click in
the message to open that URL. For example the schema author can specify an URL the
user will be directed to if an assertion fails, that URL can provide details about
what the assertion checks and what are the possible solution to fix the file when
the assertion fails.
Import/Export Validation Scenarios
The XML validation scenarios can be saved to a file and imported in
another <oXygen/> instance.
Format and Indent
The Format and indent was improved significantly to allow <oXygen/> XML
Editor to take advantage of a number of information sources like the associated XML
Schema or DTD, the XML document itself, the options and in the case of visual
editing mode, the associated CSS stylesheet.
Schema-aware XML Format and Indent
The format and indent takes into account schema or DTD information to
determine if an element has text, element only or mixed content. It also looks if
the schema or the DTD defines a default xml:space attribute to know if the
whitespace should be preserved or not.
Mixed Content Elements List
It is possible to specify a list of elements that have mixed content,
thus allowing correct processing of the whitespaces inside those elements in cases
when the instance document does not contain enough information to allow <oXygen/>
XML Editor to detect that the content is mixed.
Control Indenting of Inline Elements
When the "Indent inline elements" option is enabled the XML elements
inside mixed content (inline elements) are indented on a new line if they are
preceded by whitespace only text. If unchecked, the inline elements are placed on
the same line with the surrounding text.
Preserve Empty Lines in the CSS Editor
Empty lines are frequently used to delimit sections in the CSS source.
The editor preserves now the empty lines when pretty printing the CSS file.
Search
XML-aware Search Filters
A number of XML search options have been added to the Find/Replace
dialog, allowing you to control exactly what parts from the XML document should be
processed: text nodes, attribute values, comments, etc. This capability is
available when using the find/replace operation over a document loaded in the Text
mode, or when using it over a set of files.
XPath Filter for Find in Files
You can limit the range of the find and replace operations to sections
from the XML documents that are covered by the given XPath expression.
Highlight Searched Terms in the Search Results
The exact search terms are highlighted when shown in the search results
list. This makes it easier to spot the term into the surrounding context.
XML Diff
Availability as a Separate Application
The diff support from <oXygen/> XML Editor is available also as a
separate application or as a component. For more information please see
the diff description page.
Exclude Filters when Comparing Directories or Archives
You can specify file or directory patterns to exclude resources during
the comparison operation.
Compare by Content
When performing a diff between directories/archives the files could be
compared by timestamp, through a binary comparison and now <oXygen/> can apply
also content comparison. This will be able to honour comparison options like
ignoring the whitespaces, the namespace prefixes in case of XML,
etc.
Editing and Usability
Tile and Stack Document Windows
The document windows can be easily arranged using the new actions from
the Window menu that allow to tile document windows horizontally/vertically or to
stack them together.
Synchronous Scrolling
The new scrolling feature allows to auto synchronize horizontal and
vertical scrolling for all visible document windows making easy to inspect similar
files when placed side by side. This functionality can be activated from the
Window menu.
Quickly Reopen the Last Closed Editor
The last closed document can be quickly reopened with the "Reopen last
closed editor" action available from the contextual menu of any editor
tab.
Restore Caret Position
The last caret position of a file edited in <oXygen/> is restored when
the file is reopened.
Exclude Elements List for Spell Checking
The user can specify a list of simplified XPath expressions that match
the XML elements that will be ignored by the spell checking
operation.
Background Color for Elements and Attributes by Prefix
When editing an XML document you can assign background colors to XML
elements and attributes from different namespaces, by associating colors to
prefixes. This option is available in the "Editor / Colors / Elements/Attributes
by prefix" options pane.
Support for KML/KMZ Files
A new framework was added to provide document templates, an XML Catalog
and default schema for KML files. KMZ files are registered in <oXygen/> XML
Editor as archives so they can be easily explored in the Archive browser and the
enclosed files can be edited by <oXygen/> XML Editor directly inside the KMZ
archive.
Subversion Client
Updated the SVNKit library
The SVNKit library was updated to version 1.3.1.
More responsive repository browsing
Configurable timeout for repository connections and stop non-responsive
repository browsing operations.
File level repository imports
Added support for importing files into a repository.
Support for replacing working copy resources
Working copy resources can be replaced with their version from the HEAD
or BASE revision.
Better handling for obstructed resources
Operations correctly take into account obstructed
resources.
Improved history support
Show history for resources deleted from the repository but which are
still present in the working copy.