Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-01-25 15:55:15 +0000
committerMichael Rennie2007-01-25 15:55:15 +0000
commitc2e66ad7317314064d10282813f3ff2682fe2872 (patch)
treeff239fbbbe2c3a31301c5eedf263734b50dad9a0 /org.eclipse.debug.ui/plugin.properties
parentec3c90c691cfafab291246da23a5d063fe508aab (diff)
downloadeclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.tar.gz
eclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.tar.xz
eclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.zip
Bug 74480
[launching] Simplify the launch experience for less technical users of Eclipse
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 861da32bd..f4524d050 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -27,6 +27,19 @@ ContextViewBindingsName=Context View Bindings
BreakpointOrganizersName=Breakpoint Organizers
VariableValueEditorsName=Variable Value Editors
+ContextLaunchingRunMenu.name=&Run
+ContextLaunchingRunMenu.tooltip=Run the selected item
+
+ContextLaunchingDebugMenu.name=&Debug
+ContextLaunchingDebugMenu.tooltip=Debug the selected item
+
+ContextLaunchingProfileMenu.name=&Profile
+ContextLaunchingProfileMenu.tooltip=Profile the selected item
+
+ContextualLaunchingPrefPage.name=Contextual Launching
+
+DefaultLaunchConfigurationsPropPage.name=Run/Debug Settings
+
BreakpointActionSet.label=Breakpoints
CollapseAll.label=Collapse All
CollapseAll.tooltip= Collapse All
@@ -330,6 +343,7 @@ preferenceKeywords.viewManagement=views
preferenceKeywords.perspective=perspectives switching assign automatic run debug
preferenceKeywords.launchConfigurations=filters launch migration configurations run debug
preferenceKeywords.launchDelegates=launch delegate duplicate run debug profile mode configuration launchers launcher modes
+preferenceKeywords.contextLaunching=run debug profile launch contextual delegate configuration execute
exportBreakpoints.label=E&xport Breakpoints...
importBreakpoints.label=I&mport Breakpoints...

Back to the top