Underline mistyped symbols (partially) underlines symbols that are actually okay. In the code below VAX flags "member" on line 3 as mistyped and underlines it correctly. It also underlines "member" in both occurances of "m_member" on lines 1 and 2 which are actually valid symbols. It does not underline the "m_" part of the symbol name on these lines.
class MyClass
{
int m_member; /* 1 */
void Foo() {
m_member = 42; /* 2 */
member = 24; /* 3 */
}
};
VAX Info:
VA_X.dll file version 10.1.1299.0
VAOpsWin.dll version 1.2.0.4
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Lucida Console 11(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
2 processors
IDE Info:
Microsoft Development Environment 2003 Version 7.1.3088