Visual Studio 2005 IDE (C# file )problem

  • Thread starter Thread starter Yogesh
  • Start date Start date
Y

Yogesh

I got IDE problem. Some key is pressed by me and It uses dot(.) for
every white space

Can anybody know how to reverse this? Any short cut key or setting
I tried to find in option-text editor but cannt get any thing..

code look like this
e.g.
.........try
......... {
................... int x;
...........}
............catch
.............{
...................
.............}

Email ID:-p[email protected]
 
Yogesh said:
I got IDE problem. Some key is pressed by me and It uses dot(.) for
every white space

Can anybody know how to reverse this? Any short cut key or setting
I tried to find in option-text editor but cannt get any thing..

code look like this
e.g.
.........try
......... {
................... int x;
...........}
............catch
.............{
...................
.............}

Edit | Advanced | View White space
 
Back
Top