In the Visual Studio 2005 Text Editor Options dialog you can specify that tab
characters are replaced with a specified number of space characters. Is there
a way to get the value of that option (the number of space characters) from
within a Visual Studio macro?
Mick - 23 Aug 2007 23:56 GMT
Never mind. I figured it out.
DTE.Properties gives me what I wanted.
> In the Visual Studio 2005 Text Editor Options dialog you can specify that tab
> characters are replaced with a specified number of space characters. Is there
> a way to get the value of that option (the number of space characters) from
> within a Visual Studio macro?