@@ -388,8 +388,8 @@ public class TDLtxProposalProvider extends AbstractTDLtxProposalProvider {
if(neinstanceofCollectionDataType){
suffix="[ ]";
}
acceptor.accept(createCompletionProposal(suffix,newStyledString(suffix).append(" : new anonymous instance of type "+ne.getName(),StyledString.DECORATIONS_STYLER),getImage(ne),1100,"",context));
acceptor.accept(createCompletionProposal(prefix+ne.getName()+suffix,newStyledString(prefix+ne.getName()+suffix).append(" : new instance of type",StyledString.DECORATIONS_STYLER),getImage(ne),1000,"",context));
acceptor.accept(createCompletionProposal(suffix,newStyledString(suffix).append(" : new anonymous instance of type "+ne.getName(),StyledString.DECORATIONS_STYLER),getImage(ne),1200,"",context));
acceptor.accept(createCompletionProposal(prefix+ne.getName()+suffix,newStyledString(prefix+ne.getName()+suffix).append(" : new instance of type",StyledString.DECORATIONS_STYLER),getImage(ne),1100,"",context));