Bug 4217 - Java build path tabs show "&" on the tab name (1GK9GIF)
Summary: Java build path tabs show "&" on the tab name (1GK9GIF)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:08 EDT by Rodrigo Peretti CLA
Modified: 2001-10-15 09:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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