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
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.
Edited by - alanhowells on Jun 07 2005 11:24:54 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.