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
Post a Comment