Community
Participate
Working Groups
Build Identifier: 20090917225226 when I used contentassistprocessor extention point as below: <extension point="org.eclipse.wst.sse.ui.editorConfiguration"> <provisionalConfiguration class="com.taobao.webx.tools.xml.contentassist.AllTagContentAssistProcessor" target="org.eclipse.wst.xml.XML_DEFAULT" type="contentassistprocessor"> </provisionalConfiguration> </extension> I want to implement my styled String display like java ContentAssist , so I implement the interface of ICompletionProposalExtension6 to dispaly my styled text. Unfortunately , that doesn't work since the class of StructuredContentAssistant doesn't configure the method of enableColoredLabels in the class of ContentAssistant. Reproducible: Always
The fix for Bug 306261 addresses this by enabling colored labels. Thanks for your report. *** This bug has been marked as a duplicate of bug 306261 ***