Bug 445857 - Ampersands are displayed in Undo/Redo Arrange menu
Summary: Ampersands are displayed in Undo/Redo Arrange menu
Status: NEW
Alias: None
Product: GMF-Tooling (ARCHIVED)
Classification: Modeling
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 05:33 EDT by Belqassim Djafer CLA
Modified: 2014-10-03 08:17 EDT (History)
1 user (show)

See Also:


Attachments
Fix 445857 (1.44 KB, application/octet-stream)
2014-10-03 05:47 EDT, Belqassim Djafer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Belqassim Djafer CLA 2014-10-03 05:33:07 EDT
When performing Arrange operations in an editor, the Undo/Redo menu contains an unncessary ampersand. For example "Undo Arran&ge All".
It would be interesting to remove this ampersand under the Undo/Redo menu by using the method org.eclipse.jface.action.LegacyActionTools#removeMnemonics(String) as indicated in https://bugs.eclipse.org/bugs/show_bug.cgi?id=394206#c5
Comment 1 Belqassim Djafer CLA 2014-10-03 05:47:31 EDT
Created attachment 247601 [details]
Fix 445857

I propose the attached patch