Hai all
I am pretty new to this community....anyway.....gotta small problem in text editor of my visual studio 2005....
Wen ever i type space bar the white spaces are been filled with ........
an also all the whitespaces are filled with...
Ex.
using.system.data.;
.....switch.()
............{...
Hope u got it
Help me please
Loading
AlanPosted Dec 4, 2008, 11:05 AM
You may find this link handy when using VS 2005:
http://www.codinghorror.com/blog/files/Visual%20Studio%20.NET%202005%20Keyboard%20Shortcuts.htm
The one we've just dealt with (Ctrl + R + W) is in the Text Editor section and is called 'ViewWhiteSpace'.
The trouble with these keyboard shortcuts is that many of them are very obscure and, if you accidentally toggle something on, it can be difficult to figure out how to get rid of it again!
Posted Dec 4, 2008, 9:25 AM
AlanPosted Dec 3, 2008, 2:45 PM
Whilst holding down the 'Ctrl' key, press RW.
That should toggle the dots off and on in VS 2005.