diff options
author | Nicolas FAUVERGUE | 2016-06-21 14:49:15 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-08-04 20:17:53 +0000 |
commit | 493fe8d06924ce5667ad5ed566ff83910a1c4c46 (patch) | |
tree | c88d3df1b4ab7cb258339aa190ca234f2179ffdf /plugins/uml/nattable | |
parent | 4e7b6f2aeb5d3138bc0ed7e26e645b354f2f653e (diff) | |
download | org.eclipse.papyrus-493fe8d06924ce5667ad5ed566ff83910a1c4c46.tar.gz org.eclipse.papyrus-493fe8d06924ce5667ad5ed566ff83910a1c4c46.tar.xz org.eclipse.papyrus-493fe8d06924ce5667ad5ed566ff83910a1c4c46.zip |
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 <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'plugins/uml/nattable')
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/META-INF/MANIFEST.MF | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/META-INF/MANIFEST.MF index 3bbeb333401..089c5a77752 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/META-INF/MANIFEST.MF +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Require-Bundle: org.eclipse.papyrus.infra.nattable;bundle-version="[2.0.0,3.0.0)", +Require-Bundle: org.eclipse.papyrus.infra.nattable;bundle-version="[2.1.0,3.0.0)", org.eclipse.uml2.uml;bundle-version="[5.2.0,6.0.0)" Export-Package: org.eclipse.papyrus.uml.nattable.generic.config Bundle-Vendor: Eclipse Modeling Project diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/META-INF/MANIFEST.MF index f317e97a667..8cf0d79e808 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/META-INF/MANIFEST.MF +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.richtext;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.papyrus.infra.core.log;bundle-version="[1.2.0,3.0.0)", - org.eclipse.papyrus.infra.nattable;bundle-version="[2.0.0,3.0.0)", + org.eclipse.papyrus.infra.nattable;bundle-version="[2.1.0,3.0.0)", org.eclipse.uml2.uml;bundle-version="[5.2.0,6.0.0)", org.eclipse.nebula.widgets.nattable.extension.nebula;bundle-version="[1.0.0,2.0.0)", org.eclipse.nebula.widgets.richtext;bundle-version="[1.0.0,2.0.0)", |