Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2017-05-19 15:21:46 +0000
committerChristian W. Damus2017-05-25 10:50:49 +0000
commit5e27407592bdef76137197ca5d5e72115e9ede8f (patch)
tree3d1825329c1454db3f8751097e36e481b4fa3637 /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer
parent63e35b38f88089e24126bdb6aea37a6be0f09ac3 (diff)
downloadorg.eclipse.papyrus-5e27407592bdef76137197ca5d5e72115e9ede8f.tar.gz
org.eclipse.papyrus-5e27407592bdef76137197ca5d5e72115e9ede8f.tar.xz
org.eclipse.papyrus-5e27407592bdef76137197ca5d5e72115e9ede8f.zip
Bug 509742: [Model Explorer][Usability] Diagrams owned by an element shall be located first for easier access
Define the implicit 'rank' of native model features as zero for the purposes of ordering relative to customization features, which have explicit ranks. Use this in the content provider to insert tree content from native model features in the appropriate relative order and ensure that in new workspaces diagrams and tables are presented before anything else. Users can manually re-order customizations in existing workspaces. https://bugs.eclipse.org/bugs/show_bug.cgi?id=509742 Change-Id: I16124412d74af4b163baeb5d4144d5c171eabd5e
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer')
-rwxr-xr-xplugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/resources/PapyrusTable.custom3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/resources/PapyrusTable.custom b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/resources/PapyrusTable.custom
index 38c517de42d..84133ebf51d 100755
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/resources/PapyrusTable.custom
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/resources/PapyrusTable.custom
@@ -10,7 +10,8 @@
xmlns:query="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/query"
name="PapyrusTable"
documentation="Display contained table and their icons"
- mustBeLoadedByDefault="true">
+ mustBeLoadedByDefault="true"
+ rank="-1000">
<eClassifiers
xsi:type="custom:EClassCustomization"
name="Table"

Back to the top