CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Posts
    4

    visual studio whitespace symbols

    I somehow managed to hit an odd keyboard shortcut in Visual C++ 2008 that enabled blue symbols to appear over any whitespace in the code:

    http://i40.tinypic.com/2eeyipt.png

    Any idea how to disable this? I can't seem to find the shortcut or option anywhere.

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: visual studio whitespace symbols

    Not sure about Visual Studio 2008, but for Visual Studio 2005:
    Edit -> Advanced -> View White Space.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Aug 2005
    Posts
    4

    Re: visual studio whitespace symbols

    Thanks, that worked. Can't believe that I couldn't find it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured