Community
Participate
Working Groups
Build Identifier: CDT 6.0.2 We have implemented a hyper link provider so that more than hyperlink is available when pressing Ctrl and hovering over a c element. Now the hyperlink provided by CDT is always showing "Unknown Hyperlink". The reason for that is that the class "CElementHyperlink" always returns null as the hyperlink text. It would be better to returns the text/description/tooltip of the corresponding action. Reproducible: Always Steps to Reproduce: See details.
Fixed in HEAD and cdt_7_0.
*** cdt cvs genie on behalf of aleherbau *** Bug 322129 - "Unknown Hyperlink" if more than hyperlink available [*] CElementHyperlink.java 1.5 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CElementHyperlink.java?root=Tools_Project&r1=1.4&r2=1.5
The link now has a better name. There is only a minor glitch still available. The 'Goto Declaration' command now is shown as '&Goto Declaration'. The & sign should be removed from the text
Thanks, I checked in a fix to remove the mnemonics from the hyperlink text.
*** cdt cvs genie on behalf of aleherbau *** Bug 322129 - Remove mnemonics from hyperlink text [*] CElementHyperlink.java 1.6 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CElementHyperlink.java?root=Tools_Project&r1=1.5&r2=1.6 [*] CElementHyperlink.java 1.4.18.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CElementHyperlink.java?root=Tools_Project&r1=1.4.18.1&r2=1.4.18.2