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 "Papyrus/Mars Work Description/Improvments/Wizards"

Line 1: Line 1:
''' Context '''
+
=== Context ===
  
 
The goal is to improve the manipulation of the project and model creation wizard and tailor their comportment according to the user's choices.
 
The goal is to improve the manipulation of the project and model creation wizard and tailor their comportment according to the user's choices.
  
  
''' Related bugs '''
+
=== Related bugs ===
  
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=439894 Bug 439894]: [Wizard] Refactoring and enhancement
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=439894 Bug 439894]: [Wizard] Refactoring and enhancement
Line 17: Line 17:
  
  
''' Development link '''
+
=== Development link ===
  
[https://git.eclipse.org/r/#/c/43320/ Gerrit commit]: page containing the different iterations
+
[https://git.eclipse.org/r/#/c/43320/ Gerrit page]: page containing the different iterations
  
  
''' Results '''
+
=== Results ===
  
 
The code has been thoroughly re factored to address the aforementioned issues.
 
The code has been thoroughly re factored to address the aforementioned issues.

Revision as of 12:01, 27 March 2015

Context

The goal is to improve the manipulation of the project and model creation wizard and tailor their comportment according to the user's choices.


Related bugs

Bug 439894: [Wizard] Refactoring and enhancement

Bug 435474: [Wizards] Wizards should set the name of the created diagrams

Bug 412676: Models created from uml files containing spaces in their names are invalid

Bug 440842: [New Papyrus Model Wizard] Model templates check list should have a scroll bar

Bug 435501: [Usability] The create new model wizard asks questions in the wrong order


Development link

Gerrit page: page containing the different iterations


Results

The code has been thoroughly re factored to address the aforementioned issues.

Old creation wizard - UML


New creation wizard - UML

Back to the top