File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 109
109
-->
110
110
</extension >
111
111
112
+ <!-- disable content assist extention for JSDT
113
+ http://stackoverflow.com/questions/20779899/content-assist-with-javacompletionproposalcomputer-for-eclipse-jsdt-gives-no-pro
112
114
<extension point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
113
115
id="nodeclispe_textual_proposals"
114
116
name="Nodeclipse Text Proposals">
115
- <!--
116
- <proposalCategory icon="icons/contentassist/method.gif"/>
117
- -->
118
117
<proposalCategory icon="icons/npm/npm.gif"/>
119
118
</extension>
120
119
<extension point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
126
125
<partition type="__java_javadoc"/>
127
126
</javaCompletionProposalComputer>
128
127
</extension>
128
+ -->
129
129
130
130
<extension point =" org.eclipse.debug.ui.toggleBreakpointsTargetFactories" >
131
131
<toggleTargetFactory
You can’t perform that action at this time.
0 commit comments