Search

Decrease line indent command is broken by BOFHRAF

Closed
as Won't Fix Help for as Won't Fix

1
0
Sign in
to vote
Type: Bug
ID: 777402
Opened: 1/24/2013 7:56:31 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
After upgrading from Visual Studio 2005 to Visual Studio 2012 I have realized that the "Decrease line indent" command has a problem.

Instead of shifting the number of configured spaces to the left the text is adjusted to the next absolute tab position.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Tab Settings: Tab Size 4, Indent size 4, Insert Spaces

create two lines in the text editor (I use a C++ file):

word
word2

(2 spaces are at the beginning of each line)

select the two lines and execute "Increase line indent"

result:
     word
     word2

(6 spaces are at the beginning of each line)

which is correct, now execute "Decrease line indent"

result:
    word
    word2

(4 spaces are at the beginning of each line)

which is incorrect.

Increase should shift by 4 to the right and decrease should shift 4 to the left.

Product Language

English

Operating System

Windows 7 SP1

Operating System Language

English (US)

Actual results

    word
    word2

(4 spaces are at the beginning of each line)

Expected results

word
word2

(2 spaces are at the beginning of each line)
File Attachments
0 attachments
Sign in to post a comment.
Posted by BOFHRAF on 2/5/2013 at 12:08 AM
First you removed XP support, then you removed Macros and now even the editor does not work as before...sad.
Posted by Microsoft on 2/4/2013 at 10:23 AM
Thanks for logging this bug. Unfortunately, at this stage in the product cycle we are unable to address this for the current release as we are only taking critical and high priority bug fixes. We have logged your suggestion and will take it into consideration for next version planning.

Even though we cannot always act on every issue reported, we do like to hear feedback, so please don’t hesitate to file an issue.

Thanks,
Ala Shiban
Program Manager | Visual Studio Professional - Language Experience Team
Posted by Microsoft on 1/24/2013 at 7:25 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 1/24/2013 at 8:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.