T O P I C R E V I E W |
alanhowells |
Posted - Jun 07 2005 : 09:10:44 AM When showing whitespace (Edit/Advanced/Show Whitespace) in Visual Studio 6 (C++ English), some colouring and formatting is lost.
I do not have any other add-ins installed.
VA_X.dll file version 10.1.1301.0 VAOpsWin.dll version 1.2.0.4 MSDev.exe version 6.0.9782.2 Devshl.dll version 6.0.9782.0 Devedit.pkg version 6.0.9782.0 Font: Courier -13(Pixels) Comctl32.dll version 5.81.4916.400 WindowsNT 5.0 Build 2195 Service Pack 4 Single processor
Platform: Win32 (x86) Stable Includes: C:\\PROGRAM FILES\\MICROSOFT VISUAL STUDIO\\VC98\\FIXES\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; C:\\PROGRAM FILES\\MICROSOFT VISUAL STUDIO\\VC98\\WTL\\INCLUDE; C:\\PROGRAM FILES\\MSXML 4.0\\INC;
Library Includes: C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\SRC; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\CRT\\SRC;
Other Includes:
|
7 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Dec 01 2008 : 07:57:48 AM case=661 is fixed in build 1709 |
support |
Posted - Jul 07 2007 : 12:40:03 AM case=661 is fixed in Build 1559 |
sakana280 |
Posted - Feb 23 2006 : 08:16:25 AM I'm going to take a stab and guess that studio 6 uses characters other than ascii 32 and 9 for space and tab when "show whitespace" is on, rather than just rendering the whitespace differently. If this is the case, I imagine it would mess with any regex that VisualAssist uses for colouring. If I wasn't such a whistespace fanatic, this bug would really deter me from editing with whistepace showing. |
WannabeeDeveloper |
Posted - Jun 07 2005 : 5:20:57 PM Problem does not show up in VS .NET 2003.
case=661
|
WannabeeDeveloper |
Posted - Jun 07 2005 : 09:41:28 AM Nice description, thanks!
Confirmed in Visual Studio 6.
Will test if this also occurs in .NET 2003. |
alanhowells |
Posted - Jun 07 2005 : 09:28:16 AM Another different example (declaring variables). HDC m_hDC; goes to HDC-+m_hDC; |
alanhowells |
Posted - Jun 07 2005 : 09:17:36 AM For example, if I have local symbols in bold and variables in yellow (Fonts and Colours) (for ease of use as grey is not in forum code). It appears like this without whitespace: if (m_pFont != NULL) Now if I turn on white space it appears like this: -+ if-+(m_pFont-+!=-+NULL)
The colour and boldness of m_pFont has been removed. |