Bug 70902 - TVT3.0: Customize Perspective C++ Debug has duplicated strings
Summary: TVT3.0: Customize Perspective C++ Debug has duplicated strings
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Tanya Wolff CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2004-07-27 09:42 EDT by David W Hare CLA
Modified: 2009-01-12 09:13 EST (History)
2 users (show)

See Also:


Attachments
Korean Screenshot (108.42 KB, image/gif)
2004-07-27 09:43 EDT, David W Hare CLA
no flags Details
English screenshot (53.48 KB, image/jpeg)
2004-07-27 09:43 EDT, David W Hare CLA
no flags Details
Fix to remove duplicate menubar items (1.50 KB, patch)
2004-08-10 10:13 EDT, Tanya Wolff CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David W Hare CLA 2004-07-27 09:42:40 EDT
Click Window > Customize Perspective
Select Commands Tab
Select C/C++ Debug
In the middle pane, the following appears twice:

Run >
Resume Without Signal
Restart
Resume At Line (C/C++)


In Korean, the Resume At Line (C/C++) has a (N) mnemonic associated with it,
which also appears twice.

See attached screenshot
Comment 1 David W Hare CLA 2004-07-27 09:43:02 EDT
Created attachment 13604 [details]
Korean Screenshot
Comment 2 David W Hare CLA 2004-07-27 09:43:45 EDT
Created attachment 13605 [details]
English screenshot
Comment 3 Tanya Wolff CLA 2004-08-10 10:13:52 EDT
Created attachment 13845 [details]
Fix to remove duplicate menubar items

I put the 2 separators cExpressionGroup and cBreakpointGroup under the same
menu item. The 3 actions (menu items) "Resume At Line", "Resume Without Signal"
and "Restart" are still added to the stepGroup group of actions in the Run
menu. Do you want a separate Group for these 3? If so, then change the actions'
menubarPath from "org.eclipse.ui.run/stepGroup" to either
"org.eclipse.ui.run/cExpressionGroup" or "org.elcipse.ui.run/cBreakpointGroup".
Comment 4 Nobody - feel free to take it CLA 2004-08-10 13:41:09 EDT
I removed the "cBreakpointGroup" and "expressionGroup" groups.
Fixed in the HEAD and 2.0.1 branch.
Comment 5 Nobody - feel free to take it CLA 2004-08-10 13:42:18 EDT
Please, verify.