Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "I25 Release Notes"

Line 1: Line 1:
 
== Summary of Issues Resolved: ==
 
== Summary of Issues Resolved: ==
  
<table borde='1'>
+
<table borde='2'>
 
   <tr>
 
   <tr>
 
     <td>Enhancements:</td>
 
     <td>Enhancements:</td>

Revision as of 16:21, 5 November 2010

Summary of Issues Resolved:

Enhancements: 5
Major Defects: 5
Normal Defects: 5
Trivial Defects: 5
Total: 20


Automatically requesting stereotype arguments (Enhancement 327245)
When a stereotype with arguments is added, the user is automatically prompted for the argument values:

Stereotype dialog.png


Association end types are now included in Association Dialog (Enhancement 325546)
When double clicking on an association, the end types are now included in dialog box. See image below:

Association edit dialog.png


Better Navigability: Rename context menu action (Enhancement 327410)

Artifacts can now be renamed from their context menu in class diagrams:


Artifact context menu2.png


Significant improvements to generator page in project descriptor file (Defect 328443
The following changes have been made to the generator section of project descriptor files:

 - Enable checkbox is now the first thing displayed in the section
 - Labels have been formatted to be consistent
 - 'Plugin Settings' tab has been renamed to 'Generator Settings'
 - All labels and buttons now properly align
 - 'Default' button has been given a clear labeled and moved to bottom of section
 - Column widths are adjusted to maximize screen real estate
 - Buttons are given clearer labels

This is a somewhat BEFORE shot:

Generator before.png

AFTER shot:

Generator after.png

Back to the top