Skip to content

Commit

Permalink
<!-- disable content assist extension for JSDT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Jan 2, 2014
1 parent ef3924f commit 44af2be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.nodeclipse.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,11 @@
-->
</extension>

<!-- disable content assist extention for JSDT
http://stackoverflow.com/questions/20779899/content-assist-with-javacompletionproposalcomputer-for-eclipse-jsdt-gives-no-pro
<extension point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
id="nodeclispe_textual_proposals"
name="Nodeclipse Text Proposals">
<!--
<proposalCategory icon="icons/contentassist/method.gif"/>
-->
<proposalCategory icon="icons/npm/npm.gif"/>
</extension>
<extension point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
Expand All @@ -126,6 +125,7 @@
<partition type="__java_javadoc"/>
</javaCompletionProposalComputer>
</extension>
-->

<extension point="org.eclipse.debug.ui.toggleBreakpointsTargetFactories">
<toggleTargetFactory
Expand Down

0 comments on commit 44af2be

Please sign in to comment.