Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2104 6493 d 7 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
1) Programmatic fixup of document template style errors - all heading levels bolded, fixed level7 restart problem if older ERG templates are used.
2) Created fake heading levels for level 10 and above - because MS-Word does not support levels above 9
3) Added option to suppress missing relationship warnings in relationship matrix tables
4) Added new "Name Link" element type.
5) Added sensitivity to new stereotype "API", as discussed in EA Guidelines document.
6) Removed older formats for requirement documentation generation and tidied up the options dialog appropriately.
7) Added Relationship Matrix style concept
 
2102 6505 d 12 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Added support for composite element structures (ie. classes modelled within other classes, etc). Such structure is now reflected in generated documents.
 
2100 6508 d 13 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
[NEW] MS_Office_Assembly 7.0.3300.0.cots

This version now formally refers to the MS Office Assembly as a dependency. The office.dll that is the assembly, must be installed into the GAC of a target machine during installation of EA_DocGen.
 
2098 6512 d 14 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Disabled "View Output" button until after document generation has completed.
Serialised diagram notes to generated document.
Created styles for class details (speeds up serialisation of document with lots of classes in it).
 
2096 6520 d 7 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Fixed some issues with EA_DocGen option strings.
 
2094 6520 d 10 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Added document generation for class attributes, methods, requirements, constraints, and tags.
Added EA_DocGen options editing form.
Added new menu items to add terminology and reference items,unit test link and traceability, and basic document model layout generation.
 
2092 6535 d 12 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
EA_DocGen now programmatically creates the styles that support Requirement documentation, rather than relying upon them being in the input template. This is because, the styles have not been published to the global ERG standard template, and there is no sign of that happening in the near future.
 
2090 6541 d 8 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Corrected some problems with the processing of Relationship Matrix elements.
- Ensured that self-referential relationships are filtered out.
- Ensured the options processing works to enable/disable table generation.
 
2088 6548 d 7 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Instigated a new method for parsing elements that attempts to ensure elements are parsed in the order in which they appear in the project browser window of EA. Some diagnostics were added/modified to support this new feature.