From b9785f5797b67f8407220b4917544c017f28ce58 Mon Sep 17 00:00:00 2001 From: Darin Wright Date: Thu, 17 May 2007 20:02:38 +0000 Subject: doc update --- org.eclipse.debug.core/schema/launchDelegates.exsd | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'org.eclipse.debug.core/schema') diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd index a4e38a16a..4da8d7069 100644 --- a/org.eclipse.debug.core/schema/launchDelegates.exsd +++ b/org.eclipse.debug.core/schema/launchDelegates.exsd @@ -123,7 +123,7 @@ This attribute can be used in conjunction with <code>modeCombination</c - This attribute provides a description of this launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release. EXPERIMENTAL. + This attribute provides a description of this launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release. @@ -133,14 +133,14 @@ This attribute can be used in conjunction with <code>modeCombination</c - This element specifies a launch mode combination this delegate supports. Each <code>modeCombination</code> element specifies a comma seperated list of modes specifying a supported mixed launch mode. For example, a delegate that supports debugging, profiling and code coverage at the same time would specify a <code>modes</code> element of consisting of 'debug, profile, coverage'. This element can also be used to specify single launch modes that are supported - for example a <code>modes</code> attribute of 'debug'. This element was added in the 3.3 release. EXPERIMENTAL. + This element specifies a launch mode combination this delegate supports. Each <code>modeCombination</code> element specifies a comma seperated list of modes specifying a supported mixed launch mode. For example, a delegate that supports debugging, profiling and code coverage at the same time would specify a <code>modes</code> element of consisting of 'debug, profile, coverage'. This element can also be used to specify single launch modes that are supported - for example a <code>modes</code> attribute of 'debug'. This element was added in the 3.3 release. - a comma seperated list specifying a combination of modes the associated delegate supportes. This attribute was added in the 3.3 release. EXPERIMENTAL. + a comma seperated list specifying a combination of modes the associated delegate supportes. <p> Unlike the modes attribute of the <code>launchDeleaget</code> element definition, this comma seperated list represents a mixed launch mode rather than the single supported launch modes. For example: a <code>modeCombination</code> element specifying <code>modes</code> of 'profile,debug' indicates the delegate can debug and profile at the same time. In contrast, if 'profile,debug' was specified by the <code>modes</code> attribute of the <code>launchDelegate</code> element, it would indicate the delegate could debug or profile, but not at the same time. @@ -151,7 +151,7 @@ Unlike the modes attribute of the <code>launchDeleaget</code> elemen - a string representing the id of a persepctive to switch to when launching. This attribute was added in the 3.3 release. EXPERIMENTAL. + a string representing the id of a persepctive to switch to when launching. @@ -178,15 +178,15 @@ Unlike the modes attribute of the <code>launchDeleaget</code> elemen <pre> <extension point="org.eclipse.debug.core.launchDelegates"> <launchDelegate - id="com.example.ExampleProfileDelegate" - delegate="com.example.ExampleProfileDelegate" - type="org.eclipse.jdt.launching.localJavaApplication" - name="Eclipse JDT Java Profile Tooling"> - <modeCombination - modes="run, profile"> - perspective="com.example.Perspective"> - </modeCombination> - <modeCombination modes="debug, profile, coverage"></modeCombination> + id="com.example.ExampleProfileDelegate" + delegate="com.example.ExampleProfileDelegate" + type="org.eclipse.jdt.launching.localJavaApplication" + name="Eclipse JDT Java Profile Tooling"> + <modeCombination + modes="run, profile"> + perspective="com.example.Perspective"> + </modeCombination> + <modeCombination modes="debug, profile, coverage"></modeCombination> </launchDelegate> </extension> </pre> -- cgit v1.2.3