How to remove dots signs vievd instead of spaces

  • Thread starter Thread starter bartlomiej.szafraniec
  • Start date Start date
B

bartlomiej.szafraniec

Hi!
I'm C# developer and I'm using Visual Studio 2005.
Accidently I've pressed some keyshourtcut and now Visual Studio
in source code editor now instead of spaces shows dot signs.
I don't know how I can revert it?
Meybe you can help me.
Thanks in advance.
Bartek
 
Accidently I've pressed some keyshourtcut and now Visual Studio
in source code editor now instead of spaces shows dot signs.
I don't know how I can revert it?

This is the Toggle Visual Space feature, try Ctrl-E,S

-- Alan
 
Hello, (e-mail address removed)!

bs> I'm C# developer and I'm using Visual Studio 2005.
bs> Accidently I've pressed some keyshourtcut and now Visual Studio
bs> in source code editor now instead of spaces shows dot signs.
bs> I don't know how I can revert it?

IMO you'we pressed Ctrl+R, Ctrl+W, this combination stands for
ViewWhiteSpace.

To get other shortcuts, use Tools->Options->Environment->Keyboard and "Show commands containing:"
edit box...

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top