| SonicMouseNew Member
 
  
 
                9 Posts | 
                    
                      |  Posted - Oct 18 2013 :  6:09:30 PM     
 |  
                      | Before: 
  
 Then after i hit Enter or Tab:
 
  
 This seems to happen any time I do:
 CMyClass myClass(this);
 
 It isn't bolding it -- as it should with all local variables.  Instead it thinks it's a method or function by coloring it red and not bolding it.
 
 It doesn't do it when I do this:
 CMyClass* myClass = new CMyClass(this);
 
 Or this:
 CMyClass myClass;
 
 Just when i use the keyword "this", or nothing at all, like:
 CMyClass myClass();
 
 ---------------------------------------------------------------
 VA_X.dll file version 10.8.2001.0  built 2013.09.20
 Licensed to:
 VA X: ***@*****.*** (1-user license) Support ends 2013.10.02
 MSDev.exe version 6.0.9782.2
 Devshl.dll version 6.0.9782.0
 Devedit.pkg version 6.0.9782.0
 Font: Courier New 13(Pixels)
 Comctl32.dll version 5.82.7601.18201
 Windows 7 6.1 Build 7601 Service Pack 1
 2 processors (x86-64;
 WOW64)
 Language info: 1252, 0x409
 
 Platform: Win32 (x86)
 Stable Includes:
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\INCLUDE;
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE;
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include\\mfc;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include\\atl;
 C:\\Program Files (x86)\\Microsoft Speech SDK 5.1\\include;
 
 Other Includes:
 
 Stable Source Directories:
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\MFC\\SRC;
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE;
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE;
 C:\\Program Files (x86)\\Microsoft Visual Studio\\VC98\\CRT\\SRC;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\src\\mfc;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\src\\crt;
 C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\src\\atl;
 
 |  |