Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Duft2017-01-20 13:37:56 +0000
committerSarika Sinha2017-01-23 09:28:10 +0000
commit37d3cfb43ca3d1336c69c4d128eb4ff197b53415 (patch)
treee7a691e3576143ea0fa2352420ecd5f8f52b8e49 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
parent983acc0cecfd1e5df8d5c79f6bf561e074d1a996 (diff)
downloadeclipse.platform.debug-37d3cfb43ca3d1336c69c4d128eb4ff197b53415.tar.gz
eclipse.platform.debug-37d3cfb43ca3d1336c69c4d128eb4ff197b53415.tar.xz
eclipse.platform.debug-37d3cfb43ca3d1336c69c4d128eb4ff197b53415.zip
Bug 508787 - Rework launch configuration selection dialog for groupsI20170124-0800I20170123-2000I20170123-0830I20170123-0800
According to discussion in the bug 508787, a better layout for the selection dialog has been implemented. This also removed quite some (invisible) widgets from the dialog and should improve the overal experience with it. The most user visible change is that the launch mode combo is now below the launch configuration selection tree. Change-Id: I25296f5a4c9315af87d817c164a3d33b858919c2 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
index e082ca5a5..af3d12e82 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
@@ -122,13 +122,14 @@ GroupLaunchConfigurationSelectionDialog_5=Use default mode when launching
GroupLaunchConfigurationSelectionDialog_7=Select a launch configuration
GroupLaunchConfigurationSelectionDialog_8=&Post launch action:
GroupLaunchConfigurationSelectionDialog_9=&Seconds:
+GroupLaunchConfigurationSelectionDialog_1=Selected launch mode is not supported for selected launch configuration(s)
GroupLaunchConfigurationSelectionDialog_10=Enter valid number of seconds
GroupLaunchConfigurationSelectionDialog_11=Select only one launch configuration
GroupLaunchConfigurationSelectionDialog_12=Add Launch Configuration
GroupLaunchConfigurationSelectionDialog_13=Edit Launch Configuration
GroupLaunchConfigurationSelectionDialog_14=Add one or more launch configurations to the launch group
GroupLaunchConfigurationSelectionDialog_15=Edit an existing entry in the launch group
-GroupLaunchConfigurationSelectionDialog_adoptText=Adopt launch if already running
+GroupLaunchConfigurationSelectionDialog_adoptText=&Adopt launch if already running
GroupLaunchConfigurationSelectionDialog_adoptTooltip=Instead of launching a new process, adds the running launch to the group.
GroupLaunchConfigurationSelectionDialog_errorNoRegexp=Enter a regular expression to wait for
GroupLaunchConfigurationSelectionDialog_regexp=Regular Expression:

Back to the top