Community
Participate
Working Groups
We should have a service that allows a plugin to contribute scanners that can convert text to hyperlinks. For example convert an email address into a mailto: HREF, or "bug 123456" into bugzilla URL references. This can be used in numerous places, such as git commit comments, or even in the editor if it supported hyperlinks.
depends on Bug 334909 (in order to support link in the editor) ?
There are some other places this can be used, but yes, links in the editor would be great to have.
I have added a service that can be used to "linkify" a piece of text: http://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Core_client_services#orion.core.textlink And another declarative service that a plugin can use to provide link scanners (patterns that identify links and the corresponding URL to use): http://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Core_client_services#orion.core.linkScanner There is a sample plugin with Eclipse bugzilla integration here: http://mamacdon.github.com/0.3/plugins/bugzilla/plugin.html
http://git.eclipse.org/c/e4/org.eclipse.orion.client.git/commit/?id=4269aea2f22224eae656d96ed504f9d548baf6fb