Release candidate 2 is just about to be released. The release contains a number of big improvements which include support for %INCLUDE files (also if nested), support for Page design elements and support for the Shared Actions design element.
Refer to to the changelog below for details on all improvements and bug fixes.
Thanks to all submitting comments, bug reports etc.
CHANGELOG – Release candidate 2
Fixes
- Change how a REM-section is recognized to avoid problems with TAB-characters etc. efter the %REM / %END REM (Lukas Martin).
- Added design element “namespace” handling to avoid generating the same key for different design elements with the same name (e.g. a form and an agent). (Chad Schelfhout)
- Fix problem with page titles and generating four html documents per form, view, agent and script library.
- Fix issue where name of function contained the returntype as well when the function didn’t contain any parentesis’ (e.g. Public Function MyFunction As Boolean)
- Properly handle arguments to class properties (James White).
Improvements
- Show known sub-classes for a particular class in the documentation.
- Show icon in view for Configuration documents included in background run.
- Provide action to go to the Documentation Index on the web.
- Sort list of design elements alphabetically when selecting subset of design elements in Configuration document (Torben Bang).
- Improved @-parameter parsing (tab/spaces)
- Add support for @author parameter
- Add support for Page design element.
- Add support for Shared Actions design element.
- Support for %INCLUDE files incl. nested %INCLUDE files (James White).