Community
Participate
Working Groups
CLabel#setText(String) does not specify that "&" in the text is interpreted as mnemonic. Should have a boilerplate like org.eclipse.swt.widgets.Label#setText(String).
Same with setToolTipText(String).
Please just fix CLabel to have the right documentation. I'm pretty sure that tooltip does not process "&".
> I'm pretty sure that tooltip does not process "&". See bug 188271. It looks like all platforms now strip out single ampersands in tooltip texts. This should be documented in Control#setToolTipText(String).
Created attachment 109919 [details] Fix
Wouldn't right now be the perfect time to clarify these Javadocs once and for all? I just had a conflict in Control#setToolTipText()...
YEs. Duong please fix.
Fixed > 081002