Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-09-08 00:36:58 +0000
committermkersten2007-09-08 00:36:58 +0000
commitf9d0a0ba2e4fe80b5a411c491c2ed850490a8d4d (patch)
tree05a9a6c460e2bd45ce84b88e7646c7b91acb89ff /org.eclipse.mylyn.tasks.ui/schema
parent90db46d58e32f27984e534cceb4333a1426fd977 (diff)
downloadorg.eclipse.mylyn.tasks-f9d0a0ba2e4fe80b5a411c491c2ed850490a8d4d.tar.gz
org.eclipse.mylyn.tasks-f9d0a0ba2e4fe80b5a411c491c2ed850490a8d4d.tar.xz
org.eclipse.mylyn.tasks-f9d0a0ba2e4fe80b5a411c491c2ed850490a8d4d.zip
NEW - bug 175318: [patch] support grouping of query hits
https://bugs.eclipse.org/bugs/show_bug.cgi?id=175318
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/schema')
-rw-r--r--org.eclipse.mylyn.tasks.ui/schema/presentations.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/schema/presentations.exsd b/org.eclipse.mylyn.tasks.ui/schema/presentations.exsd
index a945c0b40..665210b32 100644
--- a/org.eclipse.mylyn.tasks.ui/schema/presentations.exsd
+++ b/org.eclipse.mylyn.tasks.ui/schema/presentations.exsd
@@ -78,6 +78,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="primary" type="boolean">
+ <annotation>
+ <documentation>
+ True for presentations that are intended to be primary and required for typical usage, false for additional presentations that are secondary. Reflected in the UI, e.g. by ordering secondary presentations below primary ones.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top