VS 2005 How To Reserve Tabs?

  • Thread starter Thread starter Cat
  • Start date Start date
C

Cat

I use tabs to indent my codes.
VS.NET 2005 converts tabs to spaces automatically.
I remember there was an option to disable that and reserve tabs, but I
can't find it after reinstalling Windows. Please tell me if you know
about it. Thanks.
 
I use tabs to indent my codes.
VS.NET 2005 converts tabs to spaces automatically.
I remember there was an option to disable that and reserve tabs, but I
can't find it after reinstalling Windows. Please tell me if you know
about it. Thanks.

Tools menu, Options, Text Editor, All Lanugages, Tabs, Keep tabs


Mattias
 
First, thank you for your answer. But I'm sorry. I'm not using VS.NET
2005. To be exact, I'm using Visual C#.NET 2005 Express Edition. It
doesn't have "All languages" node but only "C#". And I couldn't find
Tabs sub node there. Is it impossible to keep tabs in Express Edition
of VS?
 
Cat escreveu:
First, thank you for your answer. But I'm sorry. I'm not using VS.NET
2005. To be exact, I'm using Visual C#.NET 2005 Express Edition. It
doesn't have "All languages" node but only "C#". And I couldn't find
Tabs sub node there. Is it impossible to keep tabs in Express Edition
of VS?

Hi.

I was looking for it too, and it seems there is no option to change it.
Probably they forgot it, but it is easy to change in registry:

Go to:
HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\8.0\Text Editor\CSharp

and set "Insert Tabs" to 1.

Final version will probably include it.

[]'s
 
Back
Top