Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2019-06-01 21:39:59 +0000
committerAndrey Loskutov2019-06-01 21:39:59 +0000
commit8a790a3a6a7b9b6288650993cb82a37025e05cfa (patch)
treee7863e10da7b43e4263a2a0a41ceb0f552343232
parent047603b352691cd844fdd62814318dbbc1ae100d (diff)
downloadeclipse.jdt.ui-8a790a3a6a7b9b6288650993cb82a37025e05cfa.tar.gz
eclipse.jdt.ui-8a790a3a6a7b9b6288650993cb82a37025e05cfa.tar.xz
eclipse.jdt.ui-8a790a3a6a7b9b6288650993cb82a37025e05cfa.zip
Comment out the new Chain Completion contribution contribution to avoid auto-activation of the new feature (which should be disabled by default). Change-Id: Ibefb583e2dab4a4d0482612af8fa1d8a5416c8d9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.jdt.ui/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.ui/plugin.xml b/org.eclipse.jdt.ui/plugin.xml
index a5858e8a76..adaaf2f853 100644
--- a/org.eclipse.jdt.ui/plugin.xml
+++ b/org.eclipse.jdt.ui/plugin.xml
@@ -7217,6 +7217,7 @@
</enabledWhen>
</codeMiningProvider>
</extension>
+<!-- disabled due bug 547833
<extension
id="javaChainProposalCategory"
name="%ChainProposalCategory"
@@ -7233,4 +7234,5 @@
needsSortingAfterFiltering="false">
</javaCompletionProposalComputer>
</extension>
+-->
</plugin>

Back to the top