You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
uweph
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 :-) )
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jul 27 2010 : 1:44:20 PM I am seeing the same effect here. Thank you for the clear description.