Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I pressed a couple of keys and now some green points appear in my code:

C#
...protected.override.void.Dispose(bool.disposing)
......{
....if.(disposing.&&.(components.!=.null))
....{
.........components.Dispose();
....}
....base.Dispose.(disposing);
.}


I press space bar key and a green point appears. The forms still run successfully, but this makes it difficult for me to write!
Posted
Updated 29-Mar-10 9:57am
v2

Try pressing Ctrl-R followed by Ctrl-W in VS.

Source: http://suprej-venkat.blogspot.com/2007/11/visual-studio-shows-dots-for-spaces.html[^]
 
Share this answer
 
You've managed to turn on the "Visible Whitespace" feature. Choose the Edit->Advanced->View White Space menu (or press Ctrl+Shift+8) to toggle this off.
 
Share this answer
 
v2
Comments
nitish28 8-Aug-11 2:58am    
thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900