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 16: Line 16:
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=435501 Bug 435501]: [Usability] The create new model wizard asks questions in the wrong order
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=435501 Bug 435501]: [Usability] The create new model wizard asks questions in the wrong order
  
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=471328 Bug 471328]: [Wizard] Creating a model without a containing project results in an NPE exception
  
=== Development link ===
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=471455 Bug 471455]: [WIzard] Impossible to deselect a template from the combo box
  
[https://git.eclipse.org/r/#/c/43320/ Gerrit page]: page containing the different iterations
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=471453 Bug 471453]: [Wizard] the name of the model&rootElement should be initialized based on the project or the container
  
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=471735 Bug 471735]: New Model Wizard usability regressions
  
=== Results ===
 
  
The code has been thoroughly re factored to address the aforementioned issues.
 
  
[[File:old_Wizard.png|center|600px|thumb|Old creation wizard - UML]]
+
=== Development link ===
  
 +
[https://git.eclipse.org/r/#/c/43320/ Gerrit page]: page containing the different iterations
  
[[File:new_Wizard.png|center|600px|thumb|New creation wizard - UML]]
+
 
 +
=== Results ===

Revision as of 03:47, 22 July 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

Bug 471328: [Wizard] Creating a model without a containing project results in an NPE exception

Bug 471455: [WIzard] Impossible to deselect a template from the combo box

Bug 471453: [Wizard] the name of the model&rootElement should be initialized based on the project or the container

Bug 471735: New Model Wizard usability regressions


Development link

Gerrit page: page containing the different iterations


Results

Back to the top