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/Photon Work Description"

(Work in progress)
(42 intermediate revisions by 12 users not shown)
Line 3: Line 3:
 
All the work realized by CEA LIST is sponsored by CEA LIST, Esterel, Airbus Defence and Space.
 
All the work realized by CEA LIST is sponsored by CEA LIST, Esterel, Airbus Defence and Space.
  
== Papyrus Photon Roadmap ==
 
*Improve layer functionality
 
*Improve migration of models due to modifications of profiles
 
*Bug fixes
 
*Improve Sequence diagram
 
*Improve set of tools about requirement management
 
  
 
+
All bugs, or feature may be found in the tracker [https://projects.eclipse.org/projects/modeling.mdt.papyrus/releases/4.0.0/bugs]
=== Notes ===
+
* Remember to check on the current CQs to see if they are still current and that we will not miss any currently required dependencies (e.g. glazed lists in the new orbit or the new apache.common.io dependency) as well as the IPlogs.
+
  
 
=== User Experience and Usability ===
 
=== User Experience and Usability ===
Line 21: Line 13:
 
* [[Papyrus/Photon Work Description/Usability/External Decorator|External Decorator]]
 
* [[Papyrus/Photon Work Description/Usability/External Decorator|External Decorator]]
 
* [[Papyrus/Photon Work Description/Usability/Auto complete type|Auto complete type]]
 
* [[Papyrus/Photon Work Description/Usability/Auto complete type|Auto complete type]]
 +
* [[Papyrus/Photon Work Description/Usability/HTML Export|HTML Export]]
 +
* [[Papyrus/Oxygen Work Description/NewFeature/Layers|Layers]] Development and adaptation of the Layer tool for the diagrams.
 +
* [[Papyrus/Photon Work Description/Usability/ELK|ELK adaptation]]
 +
* Improve set of tools about requirement management
 +
* Improvement of Tables
 +
** display of string instead of N/A
 +
** Improvement of matrix
 +
* Improvements of diagrams
 +
** some problems about name label of ports have been fixed
 +
** some resize in the class diagram have been fixed.
 +
** Improve Sequence diagram - corrections end of February/Beginning of March 2018: avoid possibility of infinite loop, improved diagram reconciler, better lifeline handling, RCPTT tests.
 +
* [[Papyrus/Photon Work Description/NewFeature/Toolsmiths|Reorganization of Papyrus features]]
  
 
=== Developer Experience and Usability ===
 
=== Developer Experience and Usability ===
* [[Papyrus/Photon Work Description/DeveloperUsability/Papyrus FileStandard|Papyrus FileStandard]]
+
* [[Papyrus/Photon Work Description/DeveloperUsability/Papyrus FileStandard| Code migration to UTF8]]
  
 
=== Domain Specific Modeling and Toolsmith===
 
=== Domain Specific Modeling and Toolsmith===
Line 29: Line 33:
 
* [[Profile migration | Profile changes management and model migration]]
 
* [[Profile migration | Profile changes management and model migration]]
  
=== Modeling and design facilities ===
+
=== Oxygen to Photon Migration ===
 
+
== Oxygen to Photon Migration ==
+
 
* Hyperlink binding changed from ALT+hover to CTRL+SHIFT+hover
 
* Hyperlink binding changed from ALT+hover to CTRL+SHIFT+hover
  
 
== Installation Process ==
 
== Installation Process ==
 
[[File:InstallPapyrusAndco.pdf]]
 
[[File:InstallPapyrusAndco.pdf]]
 
+
* List of available Papyrus Component in the Eclipse Market Place
==Work added in Photon3.0==
+
** [https://marketplace.eclipse.org/content/papyrus-bpmn Papyrus BPMN]
Provide a preference to choose the string to display instead of N/A: bug 515806, 520571
+
** [https://marketplace.eclipse.org/content/papyrus-sysml-14 Papyrus SysML 1.4]
Matrix table must be updated properly when row source or column source changes or model elements are deleted: bug 525245, 525367, 520602
+
** [https://marketplace.eclipse.org/content/papyrus-software-designer Papyrus Software Designer]
Papyrus Table must be able to display list in cells with a new line for each object owned by the list and fake line between values: bug 515737
+
Complete tests for matrix framework: bug 522721
+
  
 
==Work in progress==
 
==Work in progress==
  
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484648 Bug 484648]: Link with Editor does not work with ModelExplorer customized through EMF Facets
+
* [https://projects.eclipse.org/projects/modeling.mdt.papyrus/releases/4.0.0/bugs Photon bug page]: issues reported and planned for this milestone
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=528312 Bug 528312]: Use the new Provider APIs to efficiently filter/reveal elements in trees
+
  
 
==Call for contributions==
 
==Call for contributions==
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=528312 Bug 528312]: Use the new Provider APIs to efficiently filter/reveal elements in trees
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=528312 Bug 528312]: Use the new Provider APIs to efficiently filter/reveal elements in trees
 
** Please help identifying the trees/dialogs that should be migrated to this new API. Properties View reference/multi-reference dialogs is the obvious first candidate
 
** Please help identifying the trees/dialogs that should be migrated to this new API. Properties View reference/multi-reference dialogs is the obvious first candidate
 +
*** TreeSelectorDialog [https://bugs.eclipse.org/bugs/show_bug.cgi?id=528156  Bug 528156] Model Explorer/New Relation-ship change the dialog content provider to include text-filter and an History widget
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=527940 Bug 527940]: [All Diagrams] EditPolicies "RemoveOrphanViewPolicy" for each diagrams must be disabled
 +
** Create a bug for each diagram (like [https://bugs.eclipse.org/bugs/show_bug.cgi?id=527940 Bug 528264]). Modify the gmfgen and regenerate it to disable "RemoveOrphanViewPolicy".
 +
* Architecture improvements:
 +
** Reduce dependencies (=> propose smallest RCP rather than full one)
 +
** split dependencies (EMF facet => PDE dependency on facet.core)

Revision as of 05:26, 9 April 2018

This page is a draft of the roadmap for the ongoing release of Papyrus for the Photon simultaneous release, planned for June 2018. Please fill free to comment the listed tasks or to interact on the Papyrus mailing list if you have any feedback on the content of this page.

All the work realized by CEA LIST is sponsored by CEA LIST, Esterel, Airbus Defence and Space.


All bugs, or feature may be found in the tracker [1]

User Experience and Usability

Developer Experience and Usability

Domain Specific Modeling and Toolsmith

Oxygen to Photon Migration

  • Hyperlink binding changed from ALT+hover to CTRL+SHIFT+hover

Installation Process

File:InstallPapyrusAndco.pdf

Work in progress

Call for contributions

  • Bug 528312: Use the new Provider APIs to efficiently filter/reveal elements in trees
    • Please help identifying the trees/dialogs that should be migrated to this new API. Properties View reference/multi-reference dialogs is the obvious first candidate
      • TreeSelectorDialog Bug 528156 Model Explorer/New Relation-ship change the dialog content provider to include text-filter and an History widget
  • Bug 527940: [All Diagrams] EditPolicies "RemoveOrphanViewPolicy" for each diagrams must be disabled
    • Create a bug for each diagram (like Bug 528264). Modify the gmfgen and regenerate it to disable "RemoveOrphanViewPolicy".
  • Architecture improvements:
    • Reduce dependencies (=> propose smallest RCP rather than full one)
    • split dependencies (EMF facet => PDE dependency on facet.core)

Back to the top