Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2009-04-01 14:34:06 +0000
committerAlena Laskavaia2009-04-01 14:34:06 +0000
commitb813ee997626ce5e1112679092dacc90ebb46edb (patch)
tree23a80232c0f043814e85acff4f502543b11dcf05 /launch/org.eclipse.cdt.launch/plugin.properties
parentb941cf44b89a9a6e9dced895aa2c26d4a31ba07b (diff)
downloadorg.eclipse.cdt-b813ee997626ce5e1112679092dacc90ebb46edb.tar.gz
org.eclipse.cdt-b813ee997626ce5e1112679092dacc90ebb46edb.tar.xz
org.eclipse.cdt-b813ee997626ce5e1112679092dacc90ebb46edb.zip
[270671] - implemented support for group launch in cdt
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.properties')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties
index 513ed307fc3..2b71645fa34 100644
--- a/launch/org.eclipse.cdt.launch/plugin.properties
+++ b/launch/org.eclipse.cdt.launch/plugin.properties
@@ -17,6 +17,8 @@ LocalAttachCDTLaunch.name=Standard Attach to Process
LocalAttachCDTLaunch.description=Attach standard debugger to a running program using.
CoreFileCDTLaunch.name=Standard Postmortem Debugger
CoreFileCDTLaunch.description=Load an application dump into the standard debugger.
+LaunchGroup.name=Launch Group
+LaunchGroup.description=Launch several other configurations sequentially
MainLaunchTab.name=Main
ArgumentsLaunchTab.name=Arguments
@@ -26,3 +28,4 @@ SourceLookupLaunchTab.name=Source
CommonLaunchTab.name=Common
CoreFileLaunchTab.name=Debugger
RefreshLaunchTab.name=Refresh
+

Back to the top