Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 23424

Summary: [Preferences] All editors (eg StringFieldEditor) should enable tooltips to 'label' and 'value' components
Product: [Eclipse Project] Platform Reporter: Andy Brook <axb>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: for.work.things, Tod_Creasey
Version: 2.0.1Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Andy Brook CLA 2002-09-11 11:57:13 EDT
eg with StringFieldEditor adding the following

public void setTextToolTip(String s)
{
	getTextControl().setToolTipText(s);
}

public void setLabelToolTip(String s)
{

	getLabelControl().setToolTipText(s);	
}
Comment 1 Veronika Irvine CLA 2002-09-11 14:11:36 EDT
Is StringFieldEditor a JFace component?
Comment 2 Andy Brook CLA 2002-09-12 03:49:35 EDT
lookup eclipse.jface.preference.StringFieldEditor et-al
Comment 3 Tod Creasey CLA 2002-10-23 12:53:17 EDT
The problem with doing this for 2.1 is that it is an API addition - any field 
editor implementors would have to implement this as well.

Deferring until API changes are allowed.
Comment 4 Tod Creasey CLA 2006-06-22 08:34:49 EDT
There are currently no plans to work on this feature
Comment 5 Paul E. Keyser CLA 2006-07-21 16:51:47 EDT
(In reply to comment #4)
> There are currently no plans to work on this feature
> 
Too bad; it's a good idea that I would like as well. 
Comment 6 Tod Creasey CLA 2006-07-31 08:31:38 EDT
If there is interest we will reopen
Comment 7 Tod Creasey CLA 2007-03-14 15:27:24 EDT
If there is a suggested patch we can have a look
Comment 8 Denis Roy CLA 2009-08-30 02:18:13 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.