Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "I36 Release Notes"

Line 41: Line 41:
  
  
'''Put generation log files in subdirectory (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=347709 347709])'''<br/>
+
'''Place generation log files in subdirectory (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=347709 347709])'''<br/>
 
In order to declutter the generation folder, the log files are now placed in their dedicated subdirectory.
 
In order to declutter the generation folder, the log files are now placed in their dedicated subdirectory.
  
Line 49: Line 49:
  
 
''''Synch up with model' option for instance diagrams (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=226405 226405])'''<br/>
 
''''Synch up with model' option for instance diagrams (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=226405 226405])'''<br/>
The 'Synch up with model' option is now provided for instance diagrams.  This is similar to the option provided for class diagrams.  Should the diagram ever fall out-of-sync with the model, this option can be used to synchronize them.
+
The 'Synch up with model' option is now provided for instance diagrams.  This is similar to the option provided for class diagrams.  <br/>
 +
Should the diagram ever fall out-of-sync with the model, this option can be used to synchronize them.
  
 
[[Image:sync_with_model.png]]
 
[[Image:sync_with_model.png]]
Line 93: Line 94:
  
 
'''Changes to facet are not automatically picked up (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=348229 348229])'''<br/>
 
'''Changes to facet are not automatically picked up (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=348229 348229])'''<br/>
In the past, users were required to re-add a facet after making any changes to it.  Tigerstripe is now able to automatically update the project when referenced facets are modified.  
+
In the past, users were required to re-add a facet after making changes to it.  Tigerstripe now automatically updates the project when referenced facets are modified.  
  
  

Revision as of 15:47, 27 June 2011

Summary:

UNDER CONSTRUCTION. CHECK BACK LATER.

Major Defects: 2
Normal Defects: 6
Minor Defects: 1
Enhancements: 5
Total: 14


Changes to Tigerstripe in Iteration 36:

Convenient method to convert a Datatype to an Entity and vice versa (Bugzilla 325174)
There is now a convenient method to convert a Datatype to an Entity and vice versa both from a class diagram and Tigerstripe Explorer.


Convert to dt from diagram.png


Convert to dt from explorer.png


Place generation log files in subdirectory (Bugzilla 347709)
In order to declutter the generation folder, the log files are now placed in their dedicated subdirectory.


Log folder.png


'Synch up with model' option for instance diagrams (Bugzilla 226405)
The 'Synch up with model' option is now provided for instance diagrams. This is similar to the option provided for class diagrams.
Should the diagram ever fall out-of-sync with the model, this option can be used to synchronize them.

Sync with model.png


Provide Suitable Fill Colors (Bugzilla 222174)
There are now suitable fill colors provided by right clicking on an artifact in a diagram > selecting format > Fill Color


Fill colors.png


Usability enhancements in Tigerstripe (Bugzilla 349458)
There were a couple of usability improvements in Tigerstripe:
1) The color of inherited fields are now darker for better readability
2) The description field of TS artifact editors is now wrapped. Hence it will no longer disturb the editor's layout as indicated below


Long description.png


NPE when enabling a generator (Bugzilla 349788)
This was a major regression where an NPE was thrown when a generator was enabled and the descriptor file was saved.


Importing projects with MS-Word markups (Bugzilla 338918)
Tigerstripe is now able to import projects where the description contains MS-Word specific XML markups. This can occur when the description is copy/pasted from MS-Word.


User is now warned if Facet cannot be resolved (Bugzilla 337683)
The tigerstripe.xml file is now marked with an error when a referenced Facet cannot be resolved.


Facet generator tab.png


Facet problem view.png


Fields of inherited methods marked as editable (Bugzilla 347614)
This was an issue where some of the fields of inherited methods were marked as editable.


Changes to facet are not automatically picked up (Bugzilla 348229)
In the past, users were required to re-add a facet after making changes to it. Tigerstripe now automatically updates the project when referenced facets are modified.


Defect(s) marked as Duplicate:
Bugzilla 347576 - Default value of attributes are not verified
Bugzilla 349818 - NullPointerException during build time


Defect(s) marked as Won't Fix:
Bugzilla 348984 - Check JVM parameters on startup

Back to the top