Search

MFC Feature Pack Customisation Dialogue Box: "All Commands" by David Webber

Closed
as Fixed Help for as Fixed

1
0
Sign in
to vote
Type: Bug
ID: 620733
Opened: 11/10/2010 3:46:02 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
In the command customisation dialogue box in the MFC feature pack:

Commands listed under "All Commands" have their names constructed by concatenating menu, submenu, and menu item text, and capitalising the various chunks, so that for example

File
My submenu
     A menu item

is listed as

FileMySubmenuAMenuItem

The capitalisation is interrupted however if there is an ampersand (indicating a shortcut key) before a lower case letter at the start of a word, so that

File
My submenu
     A &menu item

becomes

FileMySubmenuAmenuItem

(with a lower case m in AmenuItem).    This appears to be a cosmetic bug, albeit a minor one.

David Webber
dave@mozart.co.uk
Details (expand)

Visual Studio/Silverlight/Tooling version

Visual Studio 2010

What category (if any) best represents this feedback?

 

Steps to reproduce

Ctreate a new MFC project and add a menu item as decribed above.

Product Language

English

Operating System

Windows 7

Operating System Language

English

Actual results

In the example above

FileMySubmenuAmenuItem

Expected results

FileMySubmenuAMenuItem
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/18/2011 at 11:03 AM
Hello,

Thanks for the report. This issue has been fixed in MFC for the next major release of Visual Studio.

Pat Brenner
Visual C++ Libraries Development
Posted by Microsoft on 11/14/2010 at 11:16 PM
Hello,

Sorry for bothering. Is there any update?

It would be greatly appreciated if you could provide us with that information as quickly as possible. If we do not hear back from you within 7 days, we will close this issue.

Thanks you,
Posted by Microsoft on 11/10/2010 at 10:54 PM
Thank you for reporting this issue. Unfortunately, we are unable to reproduce the issue with the steps you provided.

Could you please provide us with the following information?

1. Some screenshots to show this issue, and a vedio can be more helpful.
2. A sample project zip if possiable.

It would be greatly appreciated if you could provide us this information as quickly as possible.

Thank you,
Posted by Microsoft on 11/10/2010 at 4:23 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.