From 493fe8d06924ce5667ad5ed566ff83910a1c4c46 Mon Sep 17 00:00:00 2001 From: Nicolas FAUVERGUE Date: Tue, 21 Jun 2016 16:49:15 +0200 Subject: Bug 492891: [Table] Link with editor: different behavior of diagrams and tables https://bugs.eclipse.org/bugs/show_bug.cgi?id=492891 - The owner of table can be modified and the context can't be modified - Add the 'Table', 'Appearance' and 'Paste' tab in properties view when an the table is the current editor This looks to correct other bugs: - Bug 492605 - [Table][Properties][usability] error message "Properties are not available" - Bug 492615 - [Table][usability] inconsistency of properties view N.B: The 'invert axis' button doesn't work correctly, but another gerrit manage it Change-Id: I9d22713e81bf865bc59fbd10a34b270e75aa5037 Signed-off-by: Nicolas FAUVERGUE --- .../org.eclipse.papyrus.infra.gmfdiag.widgets/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets') diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/META-INF/MANIFEST.MF index 444febf238f..cef74806ec2 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/META-INF/MANIFEST.MF +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)", org.eclipse.core.databinding;bundle-version="[1.4.0,2.0.0)", org.eclipse.jface.databinding;bundle-version="[1.5.0,2.0.0)", org.eclipse.core.databinding.property;bundle-version="[1.4.0,2.0.0)", - org.eclipse.papyrus.infra.properties.ui;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.infra.properties.ui;bundle-version="[1.3.0,2.0.0)", org.eclipse.e4.ui.css.core;bundle-version="[0.11.0,1.0.0)" Export-Package: org.eclipse.papyrus.infra.gmfdiag.widgets, org.eclipse.papyrus.infra.gmfdiag.widgets.editors -- cgit v1.2.3