Accidentally I pressed some keys while writing C# code in VS2008 and space characters replaced by . and enter key replaced by some square boxes, now how do I reset the editor
Asked
Active
Viewed 383 times
0

Community
- 1
- 1

Prashant Cholachagudda
- 13,012
- 23
- 97
- 162
5 Answers
2
You're probably viewing whitespace, duplicate topic here:
0
Press Ctrl+R, Ctrl+W to toggle this setting (without releasing the Ctrl Key).

M4N
- 94,805
- 45
- 217
- 260
0
Perhaps you have "View White Space" turned on. To change this go to Edit -> Advanced -> View White Space.
-2
Tools->Import and Export Settings -> Reset all Settings

Chad Grant
- 44,326
- 9
- 65
- 80
-
Not very helpful as there are almost certainly other settings you don't want to restore to factory default. – Sam Meldrum Apr 24 '09 at 08:37
-
Read the question. "How do i RESET the editor" ? Reset = factory default. However you taking the time to leave a negative comment was very helpful! Good Job! – Chad Grant Apr 24 '09 at 08:48