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"

(Created page with "= New Wizards and their improvments = == New Project and Model creation wizards ==")
 
Line 1: Line 1:
= New Wizards and their improvments =
+
''' Context '''
  
== New Project and Model creation wizards ==
+
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 '''
 +
 
 +
[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=435474 Bug 435474]: [Wizards] Wizards should set the name of the created diagrams
 +
 
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=412676 Bug 412676]: Models created from uml files containing spaces in their names are invalid
 +
 
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=440842 Bug 440842]: [New Papyrus Model Wizard] Model templates check list should have a scroll bar
 +
 
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=435501 Bug 435501]: [Usability] The create new model wizard asks questions in the wrong order
 +
 
 +
 
 +
''' Results '''
 +
 
 +
The code has been thoroughly re factored to address the aforementioned issues.
 +
 
 +
[[File:old_Wizard.png|center|600px|thumb|Old creation wizard - UML]]
 +
 
 +
 
 +
[[File:new_Wizard.png|center|600px|thumb|New creation wizard - UML]]

Revision as of 11:49, 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


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