@@ -383,11 +383,12 @@ public class TDLtxProposalProvider extends AbstractTDLtxProposalProvider {
if(neinstanceofSimpleDataType){
}else{
Stringprefix="new ";
Stringprefix="";
Stringsuffix="()";
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));