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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top