Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2136 5131 d 12 h brianf /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
DEVIs:
DEVI-067892
DEVI-067906
DEVI-067994
 
2132 6161 d 8 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Attempt to make access to package, element, and diagram notes fields a little safer by checking for null and empty strings.
Also allow users to force tab settings to 2.5cm for headings.
 
2124 6312 d 9 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Some tidyups to options behaviour
New outline numbering tag sort feature (DEVI-050934)
New option to disable use of notes when serialising requirement elements (DEVI-050935)
 
2122 6315 d 8 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Relationship Matrix changes:-
1) To add capability to refer to from/to package by a name
2) Bold/Font Size Formatting of cell content when user turns on element notes display (devi-050343).
3) RelMatrix options are saved as a comment into the generated word document for debugging purposes and as an aid when reviewing the document.
Other Changes:-
1) Default is to have Word visible during document generation
2) User can highlight anywhere in doc model before initiating a document generation via the menu
 
2114 6362 d 7 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
Added a "Generate Standard Views" menu item to aid developers in creating the design view packages required in the model.
 
2108 6462 d 8 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
1) Fixed bug that prevented the Modify EA_DocGen Options menu item from opening its dialog.
2) Added feature to filter out diagrams that user has marked for exclusion from generated (RTF) documents.
 
2106 6465 d 12 h ghuddy /EA_DocGen/trunk/ DevTools/EA_DocGen: Checkin by Svn Import
1) Document generation now carried out in separate thread, and can be aborted by user
2) Removed document generation progress window in document generation dialog
3) Made most class methods and data static to simplify class to class usage
4) Added project glossary content sorting
5) Added menu item to identify current guid clipboard content
6) Added menu item to follow an EA_DocGen link items guid's to the source package/element/diagram
7) Added menu item to update the name of an EA_DocGen link item
8) Added save/restore of document generation template and output file names
9) Made menu display faster
10) Added table element "indent=" control option
11) Added table "borders=" control option
12) Added requirement text indenting capability based on requirement tag and the number of dots it contains.
 
2104 6489 d 8 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 6501 d 14 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.
 
2098 6508 d 15 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).
 
2094 6516 d 11 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.
 
2088 6544 d 9 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.