Bug 193836 - Support hyperlink navigation in SML-IF editor documents tab
Summary: Support hyperlink navigation in SML-IF editor documents tab
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: David Whiteman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 16:59 EDT by David Whiteman CLA
Modified: 2012-01-03 13:46 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Whiteman CLA 2007-06-21 16:59:55 EDT
It would be nice if in the XML Representation box on the SML-IF editor Documents tab I could click on the URI to navigate to the linked instance.  For example, in Redhat1.xml, you have the following data subset:

		<so:softwareStack name="Software Stack">
			<so:software>
				<it:itemRef sml:ref="true">
					<sml:uri>software/webserver/tomcat.xml</sml:uri>
				</it:itemRef>
			</so:software>
		</so:softwareStack>

I would like to be able to click on anything in an sml:uri element to navigate to the referenced document.

It would also be nice if the XML Representation field supported copying the selected text to a clipboard, but that can be split out to a different feature request if necessary.