using VS .NET 2003 and VAX 1230 sometimes the VAX suggestion box stays around to long. i have just typed in the line:
QMap<QString, QString> mapNhs002SpecimenType;
after i typed the semi-colon (so keyboard cursor after the semi-colon) the VAX suggestion box (complete with tomato icon) was still present. if i now press enter to start a new line, which i do automatically, then VAX converts this into:
QMap<QString, QString> mapNhs002SpecimenTypemapNhs002SpecimenType
the semi-colon has been removed, and replaced with a second copy of the variable name.
this effect is "rare", but i have seen it twice in the last half hour. i am not quite sure when it appeared, but i have only noticed this with the last build or two of VAX.
so far i am unable to reproduce this on demand *sigh*
i have been learning XSL for the last couple of weeks, so not doing much C++ editing at the moment, which is why i cannot be more precise about when it appeared.