0

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 alt text

Community
  • 1
  • 1
Prashant Cholachagudda
  • 13,012
  • 23
  • 97
  • 162

5 Answers5

2

You're probably viewing whitespace, duplicate topic here:

How do I get rid of the dots!

Community
  • 1
  • 1
GManNickG
  • 494,350
  • 52
  • 494
  • 543
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.

0

Check the menu Edit->Advanced->View white space

Fredrik Mörk
  • 155,851
  • 29
  • 291
  • 343
-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