Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2007-10-26 15:59:06 +0000
committerCurtis Windatt2007-10-26 15:59:06 +0000
commitd91f4974251314aa82de49c90d36c740b0688000 (patch)
tree4fcb0af73b4ee4f3289dc96f3538a355b4a7f3b7 /org.eclipse.debug.ui/plugin.properties
parente800ccc63aeffeb9edd21e13791ab1bac5ac153d (diff)
downloadeclipse.platform.debug-d91f4974251314aa82de49c90d36c740b0688000.tar.gz
eclipse.platform.debug-d91f4974251314aa82de49c90d36c740b0688000.tar.xz
eclipse.platform.debug-d91f4974251314aa82de49c90d36c740b0688000.zip
Bug 85370 - [string variables] string_prompt for passwords
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index bb58ec1cc..89c713cb5 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -147,6 +147,7 @@ LaunchConfigurationsPage.name = Launch Configurations
#string substitution variables
string_prompt.description=Returns the text value entered into a 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 ':'.
+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.

Back to the top