Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Formatting not shown when whitespace is displayed.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alanhowells
New Member

6 Posts

Posted - Jun 07 2005 :  09:10:44 AM  Show Profile  Reply with Quote
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:

alanhowells
New Member

6 Posts

Posted - Jun 07 2005 :  09:17:36 AM  Show Profile  Reply with Quote
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
Go to Top of Page

alanhowells
New Member

6 Posts

Posted - Jun 07 2005 :  09:28:16 AM  Show Profile  Reply with Quote
Another different example (declaring variables).
HDC m_hDC;
goes to
HDC-+m_hDC;
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Jun 07 2005 :  09:41:28 AM  Show Profile  Reply with Quote
Nice description, thanks!

Confirmed in Visual Studio 6.

Will test if this also occurs in .NET 2003.


Edited by - WannabeeDeveloper on Jun 07 2005 09:45:01 AM
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Jun 07 2005 :  5:20:57 PM  Show Profile  Reply with Quote
Problem does not show up in VS .NET 2003.

case=661


Go to Top of Page

sakana280
Starting Member

1 Posts

Posted - Feb 23 2006 :  08:16:25 AM  Show Profile  Reply with Quote
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.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jul 07 2007 :  12:40:03 AM  Show Profile  Reply with Quote
case=661 is fixed in Build 1559
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Dec 01 2008 :  07:57:48 AM  Show Profile  Reply with Quote
case=661 is fixed in build 1709
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000