hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Support diagramTextProvider priority, so new ones can override existing #33

Closed hallvard closed 7 years ago

hallvard commented 7 years ago

You may want to customise an existing diagramTextProvider, and override it. This could be supported by adding a priority attribute to the extension point schema and use a default priority for those we provide.

hallvard commented 7 years ago

Supported by adding a priority attribute. diagramTextProviders are normally given "normal" priority, but "default" (lower) and "custom" (higher) is also supported. Default is used by the ecore object diagram provider, since it handles eObject structures in general.