Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-26 14:56:05 +0000
committerMickael Istria2019-06-26 15:16:37 +0000
commitf6f861584d69ea66be304e03ece940a922bd717a (patch)
tree2dc3fbb2dbd549de9c2e7615966aa12ffb73e477 /org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
parentedcad2307a2bc04210522a763303aad951e7e327 (diff)
downloadeclipse.platform.text-f6f861584d69ea66be304e03ece940a922bd717a.tar.gz
eclipse.platform.text-f6f861584d69ea66be304e03ece940a922bd717a.tar.xz
eclipse.platform.text-f6f861584d69ea66be304e03ece940a922bd717a.zip
This is more a workaround as the solution is not optimal at usage (caret not properly placed), but the proposed state is still better than current one. This prevents from making a '\t' character "host" the annotation as it comes with a bunch of issues in the DrawingStrategy (that fails at properly computing the width of a tab) and in SWT (bug 547532). Change-Id: I897da06cd57aef80a862ba28dc75887c212d234a Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jface.text.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
index a86ce43a0f7..1a42f604259 100644
--- a/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
@@ -12,6 +12,7 @@ Export-Package:
org.eclipse.jface.text.tests.reconciler,
org.eclipse.jface.text.tests.rules,
org.eclipse.jface.text.tests.source,
+ org.eclipse.jface.text.tests.source.inlined,
org.eclipse.jface.text.tests.templates.persistence,
org.eclipse.jface.text.tests.util
Require-Bundle:

Back to the top