CFile fileTest; double aa = 3.5; bOk = fileTest.Open(strWordTest, CFile::modeRead);
When my mouse hovers over aa, the tooltip shows as follows: double aa = 3.5;
That is to say, 1.the keyword "double" in tooltip is wrongly colored the same as classes, structures' color. This phenomenon can also be found in suggestion listbox. 2.The number "3.5" is colored wrongly.