Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-05-05 14:56:45 +0000
committerDarin Wright2004-05-05 14:56:45 +0000
commitb958572b41e8207612364baac67e1a957546e59a (patch)
treead5b613cd6fc66510295f82c30e7c815a0b8d8f3 /org.eclipse.core.variables/schema/dynamicVariables.exsd
parent16100a5e5022863cffac0123dc61c0921039d330 (diff)
downloadeclipse.platform.debug-b958572b41e8207612364baac67e1a957546e59a.tar.gz
eclipse.platform.debug-b958572b41e8207612364baac67e1a957546e59a.tar.xz
eclipse.platform.debug-b958572b41e8207612364baac67e1a957546e59a.zip
Bug 57333 - Provide API to specify whether a substitution variable supports arguments
Diffstat (limited to 'org.eclipse.core.variables/schema/dynamicVariables.exsd')
-rw-r--r--org.eclipse.core.variables/schema/dynamicVariables.exsd9
1 files changed, 8 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/schema/dynamicVariables.exsd b/org.eclipse.core.variables/schema/dynamicVariables.exsd
index 53c75602e..a95608b90 100644
--- a/org.eclipse.core.variables/schema/dynamicVariables.exsd
+++ b/org.eclipse.core.variables/schema/dynamicVariables.exsd
@@ -65,6 +65,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="supportsArgument" type="boolean">
+ <annotation>
+ <documentation>
+ Whether this variable supports an argument. When unspecified, the implied value is &lt;code&gt;true&lt;/code&gt;.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -94,7 +101,7 @@
&lt;/pre&gt;
</documentation>
</annotation>
-
+
<annotation>
<appInfo>
<meta.section type="apiInfo"/>

Back to the top