Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-05-15 16:01:50 +0000
committerDarin Wright2003-05-15 16:01:50 +0000
commitb35bfe9933ba1e684fbee48b6a9ad6fa100a4640 (patch)
tree837183491ed6592653b4dc3d24949681b6edee86 /org.eclipse.debug.ui/plugin.properties
parentb141fc6fdf71e7599f9b9034f0a41ae8c09be697 (diff)
downloadeclipse.platform.debug-b35bfe9933ba1e684fbee48b6a9ad6fa100a4640.tar.gz
eclipse.platform.debug-b35bfe9933ba1e684fbee48b6a9ad6fa100a4640.tar.xz
eclipse.platform.debug-b35bfe9933ba1e684fbee48b6a9ad6fa100a4640.zip
bug 34514 - Define New Launch Mode other than Run or Debug
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index f0956f7ae..f8dc8c0b1 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -54,8 +54,14 @@ LaunchGroupsExtensionName=Launch Groups
LaunchHistoryPreferencePage.name=Launch History
OpenDebugConfigurations.label=De&bug...
OpenRunConfigurations.label=Ru&n...
+OpenProfileConfigurations.label=&Profile...
processPropertyPageName=Process Information
ProcessesView.name=Processes
+ProfileLaunchGroup.label=&Profile
+ProfileDropDownAction.label=Profile
+ProfileWithConfigurationAction.label=Pro&file As
+ProfileHistoryMenuAction.label=Profile Histor&y
+ProfileLastAction.label=Profi&le Last Launched
RelaunchAction.label=Re&launch
RemoveAction.label=Rem&ove
RemoveAllAction.label=Remove A&ll
@@ -138,6 +144,12 @@ ActionDefinition.terminate.description=Terminate
ActionDefinition.suspend.name=Suspend
ActionDefinition.suspend.description=Suspend
+ActionDefinition.openProfile.name=Profile...
+ActionDefinition.openProfile.description=Open profile launch configuration dialog
+
+ActionDefinition.profileLast.name=Profile Last Launched
+ActionDefinition.profileLast.description=Profile the last launch in profile mode
+
ActionDefinition.openRun.name=Run...
ActionDefinition.openRun.description=Open run launch configuration dialog

Back to the top