> > But the editor must style the links and react to clicks on them. I've > implemented autolinks yesterday. The various types of pages provide a list > of keywords to the project. The project then installs a AutoLinkPattern in > the markup language. This is based on a huge regexp (one group which joins > all words together, sorted by length and then by comparing the strings, so > "Forne Rako" matches before "Forne". >
For this you should look at the following extension point: org.eclipse.ui.workbench.texteditor.hyperlinkDetectors
_______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
