Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-05-15 17:26:21 +0000
committerDarin Wright2003-05-15 17:26:21 +0000
commit59d217c97638e9271e4a9a26917d57b0fd48f5db (patch)
tree8ebd6f5d8e937e1987220105ddfae6f7d8e6e0dc /org.eclipse.debug.ui/doc
parentb35bfe9933ba1e684fbee48b6a9ad6fa100a4640 (diff)
downloadeclipse.platform.debug-59d217c97638e9271e4a9a26917d57b0fd48f5db.tar.gz
eclipse.platform.debug-59d217c97638e9271e4a9a26917d57b0fd48f5db.tar.xz
eclipse.platform.debug-59d217c97638e9271e4a9a26917d57b0fd48f5db.zip
bug 34514 - Define New Launch Mode other than Run or Debug
Diffstat (limited to 'org.eclipse.debug.ui/doc')
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
index 9aace08a5..0a545d214 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
@@ -31,6 +31,7 @@ dialog for a type of launch configuration.<p><b><i>Configuration Markup:</i></b>
<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED</samp>
<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;helpContextId&nbsp;CDATA #IMPLIED</samp>
+<br><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED</samp>
<br><samp>&nbsp;&nbsp; &gt;</font></samp>
<ul>
<li><b>id</b> - specifies a unique identifier for this launch configuration tab group.</li>
@@ -38,6 +39,7 @@ dialog for a type of launch configuration.<p><b><i>Configuration Markup:</i></b>
launch configuration type extension).</li>
<li><b>class</b> - specifies a fully qualified name of a Java class that implements <samp>ILaunchConfigurationTabGroup</samp>.</li>
<li><b>helpContextId</b> - an optional identifier that specifies the help context to associate with this tab group's launch configuration type</li>
+<li><b>modes</b> - a comma seperated list of launch modes specifying the launch modes this tab group is applicable to. When unspecified, this tab group is the default set of tabs for this tab group's launch confiugration type.</li>
</ul>
<b><i>Examples: </i></b>The following is an example of a launch configuration tab group extension point:

Back to the top