Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-01-20 17:15:24 +0000
committerDarin Swanson2003-01-20 17:15:24 +0000
commit25bdf3caa96273b6cbd2e7075285ac66d7bf5e66 (patch)
treec6dc28c04e89fbc509c979ef963d6b797034f19e /org.eclipse.debug.ui/doc
parente94370230414cc4384fb1e629346b7be714ac2db (diff)
downloadeclipse.platform.debug-25bdf3caa96273b6cbd2e7075285ac66d7bf5e66.tar.gz
eclipse.platform.debug-25bdf3caa96273b6cbd2e7075285ac66d7bf5e66.tar.xz
eclipse.platform.debug-25bdf3caa96273b6cbd2e7075285ac66d7bf5e66.zip
Bug 29153 - Migrate extension point schema ownership
Diffstat (limited to 'org.eclipse.debug.ui/doc')
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchShortcuts.html120
1 files changed, 46 insertions, 74 deletions
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchShortcuts.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchShortcuts.html
index 7cfb5a05a..c6aca8b19 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchShortcuts.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchShortcuts.html
@@ -1,88 +1,60 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>README Launch Shortcuts Extension Point</title>
-</head>
-
-<body link="#0000FF" vlink="#800080">
-
-<h1 align="center">Launch Shortcuts</h1>
-
-<p><b><i>Identifier: </i></b>org.eclipse.debug.ui.launchShortcuts</p>
-
-<p><b><i>Description: </i></b>This extension point provides
-support for selection sensitive launching. Extensions register a shortcut which appears
-in the run and/or debug cascade menus to launch the current workbench selection or active
-editor.</p>
-
-<p><b><i>Configuration Markup:</i></b> </p>
-
-<pre>
-<tt>&nbsp;&nbsp; &lt;!ELEMENT shortcut (perspective)*</tt>&gt;
-<tt>&nbsp;&nbsp; &lt;!ATTLIST shortcut</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED
- category CDATA #IMPLIED</tt>&gt;
-</pre>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</HEAD>
+<HTML>
+<BODY>
+<H1><CENTER>Launch Shortcuts</CENTER></H1>
+<b><i>Identifier: </i></b>org.eclipse.debug.ui.launchShortcuts<p>
+<b><i>Description: </i></b>This extension point provides support for selection sensitive launching. Extensions register a shortcut which
+appears in the run and/or debug cascade menus to launch the workbench selection or active editor.<p><b><i>Configuration Markup:</i></b><p>
+<p><samp>&nbsp;&nbsp; &lt;!ELEMENT extension (shortcut*)&gt;</samp>
+<br><br><samp>&nbsp;&nbsp; &lt;!ATTLIST extension</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;point&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;&nbsp;CDATA #IMPLIED</samp>
+<br><samp>&nbsp;&nbsp; &gt;</samp>
<ul>
- <li><code>id</code> specifies a unique identifier for this launch shortcut.</li>
- <li><code>modes</code> specifies a comma separated list of modes this shortcut
- supports.</li>
- <li><code>class</code> specifies the fully qualified name of a class which implements
- <code>org.eclipse.debug.ui.ILaunchShortcut</code>.</li>
- <li><code>label</code> specifies a translatable label used to render this shortcut.</li>
- <li><code>icon</code> specifies a plug-in relative path to an image used to
- render this shortcut.</li>
- <li><font face="Courier New, Courier, mono">category</font> specifies the launch
- configuration type category this shortcut is applicable for. When unspecified,
- the category is null (default).</li>
-</ul>
-
-<pre>
-<tt>&nbsp;&nbsp; &lt;!ELEMENT perspective</tt>&gt;
-<tt>&nbsp;&nbsp; &lt;!ATTLIST perspective</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDATA #REQUIRED</tt>&gt;
-</pre>
-
+<li><b>point</b> - a fully qualified identifier of the target extension point</li><li><b>id</b> - an optional identifier of the extension instance</li><li><b>name</b> - an optional name of the extension instance</li></ul>
+<p><samp>&nbsp;&nbsp; &lt;!ELEMENT shortcut (perspective*)&gt;</samp>
+<br><br><samp>&nbsp;&nbsp; &lt;!ATTLIST shortcut</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modes&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;label&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;icon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;category&nbsp;CDATA #IMPLIED</samp>
+<br><samp>&nbsp;&nbsp; &gt;</samp>
<ul>
- <li><code>id</code> - the unique identifier of a perspective in which a menu shortcut for the
- this launch shortcut will appear</li>
-</ul>
-
-<p><b><i>Examples:</i></b> </p>
-
-<p>The following is an example of a launch shortcut extension point: </p>
+<li><b>id</b> - specifies a unique identifier for this launch shortcut.</li><li><b>modes</b> - specifies a comma-separated list of modes this shortcut supports.</li><li><b>class</b> - specifies the fully qualified name of a class which implements
+<samp>org.eclipse.debug.ui.ILaunchShortcut</samp>.</li><li><b>label</b> - specifies a label used to render this shortcut.</li><li><b>icon</b> - specifies a plugin-relative path to an image used to render this shortcut.</li><li><b>category</b> - specifies the launch configuration type category this shortcut is applicable for. When unspecified, the category is null (default).</li></ul>
+<p><samp>&nbsp;&nbsp; &lt;!ELEMENT perspective EMPTY&gt;</samp>
+<br><br><samp>&nbsp;&nbsp; &lt;!ATTLIST perspective</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id&nbsp;CDATA #REQUIRED</samp>
+<br><samp>&nbsp;&nbsp; &gt;</samp>
+<ul>
+<li><b>id</b> - the unique identifier of a perspective in which a menu shortcut for this launch shortcut will appear.</li></ul>
+<b><i>Examples: </i></b>The following is an example of a launch shortcut extension point:
+<p>
<pre>
-&lt;extension point="org.eclipse.debug.ui.launchShortcuts
+ &lt;extension point="org.eclipse.debug.ui.launchShortcuts"&gt;
&lt;shortcut
id="com.example.ExampleLaunchShortcutId"
modes="run,debug"
class="com.example.ExampleLaunchShortcutImpl"
label="Example Launch Shortcut"
- icon="icons\example.gif"&gt;
+ icon="icons/examples.gif"&gt;
&lt;perspective id="org.eclipse.jdt.ui.JavaPerspective"/&gt;
- &lt;perspective id="org.eclipse.debug.ui.DebugPerspective"/&gt;
+ &lt;perspective id="org.eclipse.debug.ui.DebugPerspective"/&gt;
&lt;/shortcut&gt;
-&lt;/extension&gt;
+ &lt;/extension&gt;
</pre>
-<p>In the above example, a launch shortcut will be shown in the run and debug cascade menus
-with the label "Example Launch Shortcut", in the
-JavaPerspective and the DebugPerspective.
-</p>
-
-<p><b><i>API Information: </i></b>Value of the attribute <b>class</b> must be a fully
-qualified name of a Java class that implements the interface <b>
-org.eclipse.debug.ui.ILaunchShortcut</b>.
</p>
-<p><a href="hglegal.htm"><img src="ngibmcpy.gif" alt="Copyright IBM Corp. 2000, 2001. All Rights Reserved."
-border="0" width="195" height="12"></a></p>
-</body>
-</html>
+In the above example, a launch shortcut will be shown in the run and debug cascade menus with the label
+"Example Launch Shortcut", in the JavaPerspective and the DebugPerspective.<p>
+<b><i>API Information: </i></b>Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the
+interface <b>org.eclipse.debug.ui.ILaunchShortcut</b>.<p>
+<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2003. All Rights Reserved." BORDER=0 height=12 width=195></a><p>
+</BODY>
+</HTML>

Back to the top