Community
Participate
Working Groups
Build Identifier: 20100527-0614 When generating extension to org.eclipse.wst.sse.ui.completionProposal and using the plugin editor to create the class, the created class uses the interface: org.eclipse.wst.sse.ui.internal.provisional.contentassist.ICompletionProposalComputer instead of: org.eclipse.wst.sse.ui.ICompletionProposalComputer Reproducible: Always Steps to Reproduce: 1. Create new plugin project 2. Add org.eclipse.wst.sse.ui.completionProposal extension using plugin editor 3. Automatically generate proposal computers class from the editor
Created attachment 170730 [details] Fix Patch Fixes the completionProposal.exsd to use the correct interface
Releasing under documentation provision of ramp-down process.