Bug 36930 - Support variables in launch configurations
diff --git a/bundles/org.eclipse.jdt.doc.user/contexts_Debugger.xml b/bundles/org.eclipse.jdt.doc.user/contexts_Debugger.xml index 4f4b890..f0efbc5 100644 --- a/bundles/org.eclipse.jdt.doc.user/contexts_Debugger.xml +++ b/bundles/org.eclipse.jdt.doc.user/contexts_Debugger.xml
@@ -10,6 +10,10 @@ <topic label="Debugging Locally" href="concepts/clocdbug.htm"/> <topic label="Remote debugging" href="concepts/cremdbug.htm"/> </context> + + <context id="variable_selection_dialog_context"> + <description>This dialog allows you to select variables to be used as launch configuration parameters. Variables are evaluated each time you launch your configuration, which can give your configuration dynamic behavior. Variables specifying 'Selected Resource...' are evaluated to the resource currently selected in the navigator or packages view, etc. at the time the configuration is launched.</description> + </context> <context id="debug_last_action_context" > <description>This command re-launches the most recently launched application in debug mode.</description>
diff --git a/bundles/org.eclipse.platform.doc.user/contexts_ExternalTools.xml b/bundles/org.eclipse.platform.doc.user/contexts_ExternalTools.xml index 12afb8f..ccb6ee7 100644 --- a/bundles/org.eclipse.platform.doc.user/contexts_ExternalTools.xml +++ b/bundles/org.eclipse.platform.doc.user/contexts_ExternalTools.xml
@@ -86,12 +86,6 @@ <topic label="External Tools" href="concepts/concepts-exttools.htm"/> </context> - <context id="variable_selection_dialog_context"> - <description>This dialog allows you to select variables to be used as external tool parameters. Variables are evaluated each time you launch your tool, which can give your tool dynamic behavior. Variables specifying 'Selected Resource...' are evaluated to the resource currently selected in the navigator or packages view, etc. at the time the tool is launched.</description> - <topic label="Ant Support" href="concepts/concepts-antsupport.htm"/> - <topic label="External Tools" href="concepts/concepts-exttools.htm"/> - </context> - <context id="ant_preference_page_context"> <description>On this page, you can configure Ant preferences.</description> <topic label="Preferences - Ant" href="reference/ref-antprefs.htm"/>