Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] StoryMarkup

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
 


Back to the top