Bug 20879 - TVT2: clashing mnemonics in JUnit launcher
Summary: TVT2: clashing mnemonics in JUnit launcher
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 09:57 EDT by Richard Bone CLA
Modified: 2002-08-22 05:50 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Bone CLA 2002-06-24 09:57:44 EDT
Verified in builds as late as 620.

In JUnit launcher, the mnemonics for "Test class" and "Delete" clash....

Steps to recreate:
On the menu bar, click on Run ->Debug...
Select JUnit, then click on New
Clashing mnenonics (T) of "Delete" and "Test class". 

This bug was opened in response to TPRS ID=117
Comment 1 Erich Gamma CLA 2002-08-07 04:37:13 EDT
patch:

Index: JUnitMessages.properties
===================================================================
RCS 
file: /home/eclipse/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
JUnitMessages.properties,v
retrieving revision 1.6
diff -u -r1.6 JUnitMessages.properties
--- JUnitMessages.properties	30 May 2002 22:26:03 -0000	1.6
+++ JUnitMessages.properties	7 Aug 2002 08:36:28 -0000
@@ -59,7 +59,7 @@
 JUnitBaseLaunchConfiguration.error.novmrunner=Internal error: JRE {0} does not 

specify a VM Runner
 JUnitMainTab.label.project=&Project:
 JUnitMainTab.label.browse=&Browse...
-JUnitMainTab.label.test=&Test class:
+JUnitMainTab.label.test=Test &class:
 JUnitMainTab.label.search=&Search...
 JUnitMainTab.label.keeprunning=&Keep JUnit running after a test run when 
debugging
 JUnitMainTab.testdialog.title=Test Selection
Comment 2 Erich Gamma CLA 2002-08-07 04:40:37 EDT
still a collision... improved patch

Index: JUnitMessages.properties
===================================================================
RCS 
file: /home/eclipse/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
JUnitMessages.properties,v
retrieving revision 1.6
diff -u -r1.6 JUnitMessages.properties
--- JUnitMessages.properties	30 May 2002 22:26:03 -0000	1.6
+++ JUnitMessages.properties	7 Aug 2002 08:40:01 -0000
@@ -59,7 +59,7 @@
 JUnitBaseLaunchConfiguration.error.novmrunner=Internal error: JRE {0} does not 
specify a VM Runner
 JUnitMainTab.label.project=&Project:
 JUnitMainTab.label.browse=&Browse...
-JUnitMainTab.label.test=&Test class:
+JUnitMainTab.label.test=T&est class:
 JUnitMainTab.label.search=&Search...
 JUnitMainTab.label.keeprunning=&Keep JUnit running after a test run when 
debugging
 JUnitMainTab.testdialog.title=Test Selection
Comment 3 Erich Gamma CLA 2002-08-07 05:22:11 EDT
reviewed by Andre
Comment 4 Erich Gamma CLA 2002-08-07 05:35:26 EDT
released to 2.0.1 and 2.1
Comment 5 Claude Knaus CLA 2002-08-22 05:50:17 EDT
verified