Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
index 94f030609..35acd19f8 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
@@ -38,6 +38,9 @@ without consulting with the Platform/Debug team.</p>
</documentation>
</annotation>
<complexType>
+ <sequence minOccurs="0" maxOccurs="1">
+ <element ref="placement"/>
+ </sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
@@ -72,6 +75,23 @@ without consulting with the Platform/Debug team.&lt;/p&gt;
</complexType>
</element>
+ <element name="placement">
+ <annotation>
+ <documentation>
+ This element allows contributors to specify relative locale for their contributed tab
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="after" type="string" use="required">
+ <annotation>
+ <documentation>
+ This attribute describes the id of the tab that this tab should appear immediately after in the left to right arrangement of tabs.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
<annotation>
<appInfo>
<meta.section type="since"/>

Back to the top