Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Maeder2004-06-22 12:08:58 +0000
committerThomas Maeder2004-06-22 12:08:58 +0000
commit44a525c486d9da2c6852b81aeb170d34a907f86e (patch)
treef8a4889bfd04b2cac547e488685a26adf75c81c1 /org.eclipse.search/schema
parentc51533a8b7dbfbac8134b6a7d97527260212b743 (diff)
downloadeclipse.platform.text-44a525c486d9da2c6852b81aeb170d34a907f86e.tar.gz
eclipse.platform.text-44a525c486d9da2c6852b81aeb170d34a907f86e.tar.xz
eclipse.platform.text-44a525c486d9da2c6852b81aeb170d34a907f86e.zip
Added missing doc
Diffstat (limited to 'org.eclipse.search/schema')
-rw-r--r--org.eclipse.search/schema/searchPages.exsd4
-rw-r--r--org.eclipse.search/schema/searchResultSorters.exsd4
-rw-r--r--org.eclipse.search/schema/searchResultViewPages.exsd40
3 files changed, 24 insertions, 24 deletions
diff --git a/org.eclipse.search/schema/searchPages.exsd b/org.eclipse.search/schema/searchPages.exsd
index 71f901c9fdd..d58b18769b7 100644
--- a/org.eclipse.search/schema/searchPages.exsd
+++ b/org.eclipse.search/schema/searchPages.exsd
@@ -203,7 +203,7 @@ definition:
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
-
+ The contributed class must implement &lt;code&gt;org.eclipse.search.ui.ISearchPage&lt;/code&gt;
</documentation>
</annotation>
@@ -225,7 +225,7 @@ for full-text search.
&lt;p&gt;
&lt;a href=&quot;hglegal.htm&quot;&gt;
&lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ ALT=&quot;Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.&quot;
BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
diff --git a/org.eclipse.search/schema/searchResultSorters.exsd b/org.eclipse.search/schema/searchResultSorters.exsd
index 8959ebe79ba..7a713910a43 100644
--- a/org.eclipse.search/schema/searchResultSorters.exsd
+++ b/org.eclipse.search/schema/searchResultSorters.exsd
@@ -134,7 +134,7 @@ the menu entry will only contain a label.
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
-
+ The contributed class must implement &lt;code&gt;org.eclipse.jface.viewers.ViewerSorter&lt;/code&gt;
</documentation>
</annotation>
@@ -156,7 +156,7 @@ the matches by the resource name.
&lt;p&gt;
&lt;a href=&quot;hglegal.htm&quot;&gt;
&lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ ALT=&quot;Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.&quot;
BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
diff --git a/org.eclipse.search/schema/searchResultViewPages.exsd b/org.eclipse.search/schema/searchResultViewPages.exsd
index 0c0230f5688..761fce9aa6c 100644
--- a/org.eclipse.search/schema/searchResultViewPages.exsd
+++ b/org.eclipse.search/schema/searchResultViewPages.exsd
@@ -78,20 +78,20 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- As an example, here is the markup for the file search result page.
-
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension
- id=&quot;FileSearchPage&quot;
- point=&quot;org.eclipse.search.searchResultViewPages&quot;&gt;
- &lt;viewPage
- id=&quot;org.eclipse.search.text.FileSearchResultPage&quot;
- searchResultClass=&quot;org.eclipse.search.internal.ui.text.FileSearchResult&quot;
- class=&quot;org.eclipse.search.internal.ui.text.FileSearchPage&quot;&gt;
- &lt;/viewPage&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ As an example, here is the markup for the file search result page.
+
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension
+ id=&quot;FileSearchPage&quot;
+ point=&quot;org.eclipse.search.searchResultViewPages&quot;&gt;
+ &lt;viewPage
+ id=&quot;org.eclipse.search.text.FileSearchResultPage&quot;
+ searchResultClass=&quot;org.eclipse.search.internal.ui.text.FileSearchResult&quot;
+ class=&quot;org.eclipse.search.internal.ui.text.FileSearchPage&quot;&gt;
+ &lt;/viewPage&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
&lt;/p&gt;
</documentation>
</annotation>
@@ -110,7 +110,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The search project a search result page for file searches.
+ The search plugin provide a search result page for file searches.
</documentation>
</annotation>
@@ -119,11 +119,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>

Back to the top