@@ -383,13 +390,12 @@ public class TDLtxProposalProvider extends AbstractTDLtxProposalProvider {
if(neinstanceofSimpleDataType){
}else{
Stringprefix="";
Stringsuffix="( )";
StringusedSuffix=suffix;
if(neinstanceofCollectionDataType){
suffix="[ ]";
usedSuffix=collectionSuffix;
}
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));
acceptor.accept(createCompletionProposal(usedSuffix,newStyledString(usedSuffix).append(" : new anonymous instance of type "+ne.getName(),StyledString.DECORATIONS_STYLER),getImage(ne),1200,"",context));
acceptor.accept(createCompletionProposal(prefix+ne.getName()+usedSuffix,newStyledString(prefix+ne.getName()+usedSuffix).append(" : new instance of type",StyledString.DECORATIONS_STYLER),getImage(ne),1100,"",context));