How can I add hyperlinks to certain elements of the WTP XML editor? -


i have implement editor language. language uses xml-files organisation of various elements.

i link xml-representation of element real element in respective file.

<ml name="abc">         <configfilepath name="%mlpath%\mls\ml\abc.ml"/> </ml> 

so element "abc" should hyperlink. if click it, should open path within eclipse own editor.

do have ideas how achieve this?

contribute hyperlink detector: http://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/reference/extension-points/org_eclipse_ui_workbench_texteditor_hyperlinkdetectors.html


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -