Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-09-17 21:54:37 +0000
committerMickael Istria2018-09-17 21:54:37 +0000
commit3c80a177e44f9924952496eeb79d87b7ea955a9d (patch)
tree365a37d32322f5804898fe7b8836b79ed24a6640 /org.eclipse.jface.text/META-INF
parent29bf56750751161c20aa3ab9d2b02c357bb30dee (diff)
downloadeclipse.platform.text-3c80a177e44f9924952496eeb79d87b7ea955a9d.tar.gz
eclipse.platform.text-3c80a177e44f9924952496eeb79d87b7ea955a9d.tar.xz
eclipse.platform.text-3c80a177e44f9924952496eeb79d87b7ea955a9d.zip
Bug 539165 - API for ContentAssistant to ignore completion trigger chars
Change-Id: If8741d6564ab5b13940b0b656f169d1b77df3812 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text/META-INF')
-rw-r--r--org.eclipse.jface.text/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/META-INF/MANIFEST.MF b/org.eclipse.jface.text/META-INF/MANIFEST.MF
index 0ea8ae6a71a..2a8c18e6b51 100644
--- a/org.eclipse.jface.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface.text
-Bundle-Version: 3.14.100.qualifier
+Bundle-Version: 3.15.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:

Back to the top