Search

Uncommenting selection not working properly by Petr Vyleta

Closed

1
0
Sign in
to vote
Type: Bug
ID: 772114
Opened: 11/24/2012 9:06:03 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
When I comment a section with multiple line comments, when uncommenting, it gives unexpected and not desired result. An example:

My code:

/* title */
int foo();

Comment selection:

///* title */
//int foo();

Uncomment selection (see the missing slash):
*title */
int foo();

You can clearly see it gives differen result than you started with.
Details (expand)

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

Visual Studio 2012

What category (if any) best represents this feedback?

 

Steps to reproduce

Comment and uncomment any code with multiline comments in c++.

Product Language

English

Operating System

Windows 8

Operating System Language

Czech

Actual results

*title */
int foo();

Expected results

/*title */
int foo();

Locale

 
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 2/7/2013 at 6:51 PM
Hello Petr,

Thank you for taking the time to provide your feedback. This indeed is a bug in our product. After reviewing your reported issue in the context of all the issues reported to us, we are considering fixing this bug in one of our future releases.

The issue has been added to our internal database, so while it will be closed in Connect, it will continue to be evaluated in the future along with other issues.

Thank you for helping make Visual Studio a better product!

Sincerely,

Oleg Kharitonov,
Visual C++
Posted by Microsoft on 11/25/2012 at 6:10 PM
Thank you for submitting feedback on Visual Studio and .NET Framework. Your issue has been routed to the appropriate VS development team for investigation. We will contact you if we require any additional information.
Posted by Microsoft on 11/24/2012 at 9:51 PM
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.