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/Papyrus Developer Guide/Papyrus Embedded Editors Documentation"

(rename the page Papyrus Embedded Editors documentation)
 
 
(No difference)

Latest revision as of 05:09, 26 January 2018

Embedded Editors

Papyrus uses embedded editors to provide specific functionalities (parsing, validation...) for Uml elements.


Priority policy

There are 5 levels : Lowest, Low, Medium, High, Highest

- This priority policy has been defined so that:

  • an external contribution is NOT the default editor with the classic configuration (LOW)
  • an external contribution can be set to default editor(use High or Highest)

- To achieve that:

  • the default priority is set to low
  • Papyrus editors priority is set to medium
  • Papyrus editors, defined to be the default ones, their priority is set at medium


List of specific editors by Uml elements

  • org.eclipse.uml2.uml.Constraint
    • Essential OCL constraint editor
    • Textual editor for constraint edition with VSL
    • JAVA Constraint
  • org.eclipse.uml2.uml.OpaqueExpression
    • Essential OCL constraint editor

Back to the top