uweph
Junior Member
14 Posts |
Posted - Jul 27 2010 : 03:59:06 AM
|
When using VA with C# Visual Studio 2010 I noticed a kind of "smart" TAB key behaviour.
Pressing the TAB key sometimes inserts two tabs (= 8 spaces).
Normally this behaviour does not what I want, I always need to delete the addional spaces before I can continue to write.
How can it be switched off?
It does not happen in C++ using Visual Studio 2008 or when I disable VA.
Example to reproduce: Type a line of code (which does not start at the first char in line) Press Enter (moves the cursor below the first character) Press backspace (deletes 4 spaces = one tab) Press TAB (inserts 8 spaces = two tabs :-) ) |
|