Bug 4217

Summary: Java build path tabs show "&" on the tab name (1GK9GIF)
Product: [Eclipse Project] JDT Reporter: Rodrigo Peretti <rodrigo>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:

Description Rodrigo Peretti CLA 2001-10-10 23:08:00 EDT
The tab names of the Java Build Path properties show up this way on my machine:

	&Source  &Projects  &Libraries  &Order

	Also, the search dialog has the same problem.

NOTES:
EG (19.09.2001 11:00:17)
	problem doesn't exist on Windows.
	DB will try to reproduce

EG (19.09.2001 11:45:36)
	can be reproduced. Problem was introduced during the mnemonic pass.
	The problem is that SWT doesn't emulate the & processing in tab folders
	as is done in Windows. As a consequence they show up in the labels.

	Fix for 1.0 is to remove the & in the property files.
	Notice the translators should do the same, if they already have started
	the translations.

	see also: 1GKAPKK: SWT:WINNT - TabFolder mnemonic problem

DM (9/19/01 12:42:51 PM)
	Fixed in 1.0 for Search and Java Search in:
		plugin.properties of org.eclipse.search
		plugin.properties of org.eclipse.jdt.ui

	Reviewed by AW
		

AW (19.09.2001 14:37:50)
	Fixed in stream 1.0 (0.136) for Build Path Tabs:
		org.eclipse.jdt.internal.ui.wizards.NewWizardMessages.properties

	Reviewed by MA
Comment 1 Claude Knaus CLA 2001-10-11 09:00:56 EDT
problem still exists (on linux, not on w2k).
Comment 2 Martin Aeschlimann CLA 2001-10-15 09:52:36 EDT
fixed > 204