Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/schema/launchModes.exsd')
-rw-r--r--org.eclipse.debug.core/schema/launchModes.exsd10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/schema/launchModes.exsd b/org.eclipse.debug.core/schema/launchModes.exsd
index aa3628eaa..a14503655 100644
--- a/org.eclipse.debug.core/schema/launchModes.exsd
+++ b/org.eclipse.debug.core/schema/launchModes.exsd
@@ -65,6 +65,16 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="launchAsLabel" type="string">
+ <annotation>
+ <documentation>
+ A human-readable label to be used in a launch cascade menu. For example &quot;Run As&quot;. This attribute was added in 3.2 to allow the label to be properly externalized. When unspecified, a default label is created via concatenation.
+ </documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top