| Summary: | [Preferences] All editors (eg StringFieldEditor) should enable tooltips to 'label' and 'value' components | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Andy Brook <axb> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | for.work.things, Tod_Creasey |
| Version: | 2.0.1 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
Is StringFieldEditor a JFace component? lookup eclipse.jface.preference.StringFieldEditor et-al 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. There are currently no plans to work on this feature (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. If there is interest we will reopen If there is a suggested patch we can have a look As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you. |
eg with StringFieldEditor adding the following public void setTextToolTip(String s) { getTextControl().setToolTipText(s); } public void setLabelToolTip(String s) { getLabelControl().setToolTipText(s); }