Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-02-06 16:59:09 +0000
committerDarin Wright2009-02-06 16:59:09 +0000
commit946b1b6c50f2b2b85a1d75ea127b6a3a3b730c77 (patch)
treed9bf6476c930f46c929bc7387da1837a51022e68 /org.eclipse.debug.ui/plugin.properties
parente3725a77fe11efe3fe1d245b7620ad7bc540f2cb (diff)
downloadeclipse.platform.debug-946b1b6c50f2b2b85a1d75ea127b6a3a3b730c77.tar.gz
eclipse.platform.debug-946b1b6c50f2b2b85a1d75ea127b6a3a3b730c77.tar.xz
eclipse.platform.debug-946b1b6c50f2b2b85a1d75ea127b6a3a3b730c77.zip
Bug 208484 - variables should be available for headless operation when possible
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties12
1 files changed, 3 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 774d1cc19..2b8407ec2 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -155,16 +155,10 @@ string_prompt.description=Returns the text value entered into a prompt dialog. W
password_prompt.description=Returns the text value entered into a password prompt dialog. When one argument is provided, it is used as a prompt hint on the input dialog. When a second argument is provided, it is used as an initial value in the input dialog. The first and second arguments must be separated with a ':'.
file_prompt.description=Returns the absolute file system path of a file chosen in a file selection dialog. When one argument is provided, it is used a prompt hint on the dialog title. When a second argument is provided, it is used as an initial value for the file selection dialog. The first and second arguments must be separated with a ':'.
folder_prompt.description=Returns the absolute file system path of a directory chosen in a directory selection dialog. When one argument is provided, it is used a prompt hint on the dialog title. When a second argument is provided, it is used as an initial value for the directory selection dialog. The first and second arguments must be separated with a ':'.
-container_loc.description=Returns the absolute file system path of a resource's container. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-container_path.description=Returns the workspace relative path of a resource's container. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-container_name.description=Returns the name of a resource's container. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-project_loc.description=Returns the absolute file system path of a resource's project. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-project_path.description=Returns the workspace relative path of a resource's project. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-project_name.description=Returns the name of a resource's project. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-resource_loc.description=Returns the absolute file system path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-resource_path.description=Returns the workspace relative path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-resource_name.description=Returns the name of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
selected_text.description=Returns the text currently selected in the active editor.
+selected_resource_loc.description=Returns the absolute file system path of the selected resource.
+selected_resource_path.description=Returns the workspace relative path of the selected resource.
+selected_resource_name.description=Returns the name of the selected resource.
providerName=Eclipse.org

Back to the top