
The following new features/changes/bug fixes were made for version 0.2.
New Features
- The Code Handler has been enhanced to provide highlighting of code comments (single and multi-line) and strings. Also, it is now possible to select code directly from a source file and have that formatted, saving needless typing. Shortcuts to file/http urls for frequently referenced code is also supported. For example:would select lines 50 - 100 from file org/hoglet/Processor.java from the directory pointed to by shortcut: hoglet.
[java hoglet,org.hoglet.Processor,lines=50:100/]
- The Link Handler has been enhanced to support shortcuts for frequently referenced urls. For example:would produce a link to file release-notes.html prefixed with a url pointed to by shortcut: hoglet.
[link hoglet,release-notes.html]Release Notes[link]
- The XML Handler has been enhanced to provide highlighting of the xml. Also, the xml to highlight can be selected from a source xml file. The exact element to select is specified via a modified XPath expression. Shortcuts to file/http urls for frequently referenced files is also supported. For example:would produce highlighted xml for element init (with parent path /tagHandlers/handler for the handler element that has an attribute named: tag with value: xml). The xml would be selected from file data/tag-handlers.xml from the directory pointed to by shortcut: hoglet.
[xml hoglet,data/tag-handlers.xml,/tagHandlers/handler@tag:xml/init/]
Bug Fixes
- Modified org.hoglet.Processor so that parsing of escaped characters within option name/values is performed correctly.
- Fixed DirectoryProcessor so that the output directory path is calculated correctly. Also, the recursion parameter is now respected.
Changes
- Modified LinkHandler so that it will also consider urls starting with https to be external.


First release!
