Community
Participate
Working Groups
If I hover over a hyperlink in a wikitext comment it shows a tooltip but nothing happens when I click it, e.g.: http://eclipse.org/mylyn Mylyn also has support for hyperlinking stack traces which should be supported in wikitext comments: at org.eclipse.mylyn.internal.tasks.core.externalization.AbstractExternalizationParticipant.execute(AbstractExternalizationParticipant.java:63) at org.eclipse.mylyn.internal.tasks.core.externalization.ExternalizationManager$ExternalizationJob.run(ExternalizationManager.java:194) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Agreed that hyperlinking needs some work. BTW, I think that you'll find that hyperlinks as they are in a wikitext comment work with a CTRL+click
Ah, okay, didn't realize that. Mylyn's RepositoryTextViewerConfiguration overrides this method to make hyperlinking work without pressing a key: @Override public int getHyperlinkStateMask(ISourceViewer sourceViewer) { return SWT.NONE; }
looks like if the SourceViewerConfiguration doesn't have preferences set then it doesn't pick up the default registered platform hyperlink detectors. I'll have it fixed asap
fixed in SVN revision 717
Owen, please assign this issue to me.
Fixed in SVN revision 717
Created attachment 105114 [details] mylyn/context/zip