Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/Oxygen Work Description/Refactoring/PaletteDefinition

< Papyrus‎ | Oxygen Work Description
Revision as of 05:46, 15 February 2017 by Unnamed Poltroon (Talk) (Created page with "==Palette Definition== Papyrus provides facilities to define easily domain specific palettes to be bound to the diagram editors. However, Papyrus provides two mecahnism to d...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Palette Definition

Papyrus provides facilities to define easily domain specific palettes to be bound to the diagram editors.

However, Papyrus provides two mecahnism to do that. The first one was based on an ad hoc xml configuration file and it is now deprecated framework. The new framework is based on a model definition.

This tasks aims at:

  • removing the deprecated framework from Papyrus
  • replace extension-based definitions of raw diagram editors by a model-based definition
  • improve the model-based palette definition framework to align with legacy implementations if required
  • provide guidance and all the facilities to ease the migration from the deprecated framework to the new model-based

Back to the top