Book a Demo

Author Topic: Version 6.1 - Released (Build 787)  (Read 15915 times)

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Version 6.1 - Released (Build 787)
« on: February 15, 2006, 08:38:59 pm »
Added the ability to forward synchronise changes in 'linked attributes'.
Added live code generation to many connector changes.
Improved Sequence diagram handling of InteractionFragments:
   Fragments and contained messages now move as a single block when fragment is moved
   All subsequent messages and elements are also shifted down or up to account for fragment being moved
   Lifelines now take precedence of Fragments when doing a hit-test. Z-Order is ignored
   Pressing the ALT key while moving a fragment will allow movement of fragment without moving contained messages
   Adding messages between lifelines in a fragment now allows lifelines to take precedence over Fragments despite Z-Order
   Width of Lifeline "hit test zone" reduced to allow finer selection and discrimination between lifelines and other "decorations"
Other Sequence diagram changes:
   Message "IsReturn" now not the default for Right to Left messages (option to restore old behavior is in tools/options -> diagram/sequence)
   Return value on Message now specified with "=" instead of ":="
   Added option in Tools/Options dialog - Diagram/Sequence page to select Asynchronous as the default for new messages    
Improved Delphi parser handling of enumerations.
Improved C++ parser handling of unicode strings
Improved VB.Net parser to handle different inheritance syntax.
Improved the comment handling in parser for multiple languages.
Expanded list of element types which have shape script decoration support.
Enabled resizing of profile elements with a default size specification.
Zooming the diagram view will now center on the current selection.
Included Up/Down buttons for Attribute and Operation dialogs, by default.
Improved handling of context when using inplace editor.
Added the ability to drag-drop items in the Project Browser as hyperlinks in Model Documents
Added new Document section to RTF templates to allow documentation of various package data.
Some minor tweaks to the drawing of connector arrow-heads
Resolved issue with custom transformations not working on SQL server.
Improved handling of package transformation.
Changed "Bookmark Element" keyboard accelerator from Alt+Space to Shift+Space (Change takes effect after using : Tools | Customize | Keyboard | Reset All)

Code Template Updates:
- Added support for generating the static keyword from a static to to the C# Class Declaration template.
- Actionscript Operation and Operation Body templates modified to handle interface operations.
- Actionscript Import template modified to allow generation in more circumstances.


Debugger:
Improved representation of iterations in sequence diagrams generated by debugger.
Redesign of breakpoint binding to accomodate late-bound modules.
Breakpoints now associated with project view, to permit multiple views to have same debug command.
Stack Trace History collected by debugger to build sequence diagrams can now be saved to html, using additional toolbar button.