Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Stotz2019-05-26 21:26:57 +0000
committerMickael Istria2019-11-07 08:05:16 +0000
commitf91dbfae8dd72106f7cb7950b5fd66133a8e7546 (patch)
treef03f6b2507671b4d3fd50208c18d43dbfbbbc3d5 /org.eclipse.ui.editors/META-INF/MANIFEST.MF
parent386393cc26d2b18b9a77ae91a14eb34a535ce8f0 (diff)
downloadeclipse.platform.text-f91dbfae8dd72106f7cb7950b5fd66133a8e7546.tar.gz
eclipse.platform.text-f91dbfae8dd72106f7cb7950b5fd66133a8e7546.tar.xz
eclipse.platform.text-f91dbfae8dd72106f7cb7950b5fd66133a8e7546.zip
Show info, warning, and error Annotations as line header code minings.
Implements bug 547665 Based on code of bug 540443 Generic implementation for code mining-enabled editors. Amends text editor user settings page for configuration. Change-Id: Ia20c4b0712bdb45d1061daa6d9af4b4ab21be655 Signed-off-by: Niko Stotz <eclipse@nikostotz.de>
Diffstat (limited to 'org.eclipse.ui.editors/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index 395f4ff0756..7f9cc478e2f 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -12,6 +12,7 @@ Export-Package:
org.eclipse.ui.editors.text.templates,
org.eclipse.ui.internal.editors.quickdiff;x-internal:=true,
org.eclipse.ui.internal.editors.text;x-internal:=true,
+ org.eclipse.ui.internal.editors.text.codemining.annotation;x-internal:=true,
org.eclipse.ui.internal.texteditor;x-internal:=true,
org.eclipse.ui.texteditor
Require-Bundle:
@@ -25,7 +26,8 @@ Require-Bundle:
org.eclipse.ui.workbench.texteditor;bundle-version="[3.14.0,4.0.0)",
org.eclipse.core.filebuffers;visibility:=reexport;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)"
+ org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",
+ org.eclipse.jdt.annotation;bundle-version="2.2";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.ibm.icu.text
Automatic-Module-Name: org.eclipse.ui.editors

Back to the top