From 25bdf3caa96273b6cbd2e7075285ac66d7bf5e66 Mon Sep 17 00:00:00 2001 From: Darin Swanson Date: Mon, 20 Jan 2003 17:15:24 +0000 Subject: Bug 29153 - Migrate extension point schema ownership --- org.eclipse.debug.ui/schema/launchShortcuts.exsd | 42 +++++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'org.eclipse.debug.ui/schema/launchShortcuts.exsd') diff --git a/org.eclipse.debug.ui/schema/launchShortcuts.exsd b/org.eclipse.debug.ui/schema/launchShortcuts.exsd index 36a7caf78..907cc8294 100644 --- a/org.eclipse.debug.ui/schema/launchShortcuts.exsd +++ b/org.eclipse.debug.ui/schema/launchShortcuts.exsd @@ -6,7 +6,7 @@ - This extension point provides support for selective sensitive launching. Extensions register a shortcut which + 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. @@ -92,6 +92,16 @@ appears in the run and/or debug cascade menus to launch the workbench selection + + + + specifies the launch configuration type category this shortcut is applicable for. When unspecified, the category is null (default). + + + + + + @@ -118,13 +128,13 @@ appears in the run and/or debug cascade menus to launch the workbench selection <pre> <extension point="org.eclipse.debug.ui.launchShortcuts"> <shortcut - id="com.example.ExampleLaunchShortcutId" - modes="run,debug" - class="com.example.ExampleLaunchShortcutImpl" - label="Example Launch Shortcut" - icon="icons/examples.gif"> - <perspective id="org.eclipse.jdt.ui.JavaPerspective"/> - <perspective id="org.eclipse.debug.ui.DebugPerspective"/> + id="com.example.ExampleLaunchShortcutId" + modes="run,debug" + class="com.example.ExampleLaunchShortcutImpl" + label="Example Launch Shortcut" + icon="icons/examples.gif"> + <perspective id="org.eclipse.jdt.ui.JavaPerspective"/> + <perspective id="org.eclipse.debug.ui.DebugPerspective"/> </shortcut> </extension> </pre> @@ -135,24 +145,16 @@ In the above example, a launch shortcut will be shown in the run and debug casca - + - [Enter API information here.] + 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>. - - - - - - - [Enter information about supplied implementation of this extension point.] - - - + -- cgit v1.2.3