Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Langer2017-11-21 16:22:23 +0000
committerLaurent Goubet2018-05-01 10:36:20 +0000
commit3db650c128b5b9ff8d840b8f2a98fd679cecee39 (patch)
tree7880ad4adbcc767bd202137caf4e32bc21d85635 /plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF
parente991effe0dcdf2ac503cc1c8afc9d58a76afec6e (diff)
downloadorg.eclipse.emf.compare-3db650c128b5b9ff8d840b8f2a98fd679cecee39.tar.gz
org.eclipse.emf.compare-3db650c128b5b9ff8d840b8f2a98fd679cecee39.tar.xz
org.eclipse.emf.compare-3db650c128b5b9ff8d840b8f2a98fd679cecee39.zip
[508526] Improve text compare
The viewer should show the text for the resources of the input (i.e., any resource of the logical model) rather than just the resources initially compared. It should also properly manage the dirty state of the overall editor, but also including showing which side is dirty. Ideally it should be able to show a preview of the resource as it would be if the user saved with the current state of the processed diffs. It's also ideal if the objects of the input are actually selected in the source viewers. Bug: 508526 Change-Id: Ib35cb9b23399cda672ec38220095d908eba0ce3e Signed-off-by: Philip Langer <planger@eclipsesource.com>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF
index acb87868a..d3d56c426 100644
--- a/plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF
@@ -20,7 +20,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.team.core;bundle-version="3.5.0",
org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
org.eclipse.team.ui;bundle-version="3.5.0",
- org.eclipse.emf.compare.rcp;bundle-version="2.1.0"
+ org.eclipse.emf.compare.rcp;bundle-version="2.1.0",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin

Back to the top