Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelozerr2017-12-13 15:02:43 +0000
committerMickael Istria2017-12-15 15:32:25 +0000
commit079815ecaf4c3f5aea1bb04692048e955daea8c4 (patch)
treeaac64e126f68b88bab0071ef2049de77d2a5a221 /org.eclipse.ui.workbench.texteditor/plugin.properties
parent9855af89aba96b423622037a259b65f3fa08ec86 (diff)
downloadeclipse.platform.text-079815ecaf4c3f5aea1bb04692048e955daea8c4.tar.gz
eclipse.platform.text-079815ecaf4c3f5aea1bb04692048e955daea8c4.tar.xz
eclipse.platform.text-079815ecaf4c3f5aea1bb04692048e955daea8c4.zip
Bug 528419 - [CodeMining] Provide extension point for CodeMiningI20171218-2000I20171217-2000I20171216-1500I20171215-2000
Change-Id: I1a7d51ae3772aefd382839d27814f88f7fa68efa Signed-off-by: angelozerr <angelo.zerr@gmail.com>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index d92f936fa82..a87812f3751 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -10,6 +10,7 @@
# Tom Eicher (Avaloq Evolution AG) - block selection mode
# Daesung Ha <nberserk@gmail.com> - update recenter command description
# Mickael Istria (Red Hat Inc.) - 469918 Zoom In/Out
+# Angelo Zerr <angelo.zerr@gmail.com> - [CodeMining] Provide extension point for CodeMining - Bug 528419
###############################################################################
pluginName= Text Editor Framework
providerName= Eclipse.org
@@ -21,6 +22,7 @@ ExtPoint.referenceProvider= Reference Provider
ExtPoint.rulerColumns= Ruler Columns
ExtPoint.hyperlinkDetectors= Hyperlink Detectors
ExtPoint.hyperlinkDetectorTargets= Hyperlink Detector Targets
+ExtPoint.codeMiningProviders=CodeMining Providers
textEditorPresentationActionSet.label= Editor Presentation

Back to the top