Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-04-20 09:45:08 +0000
committerKai Maetzel2004-04-20 09:45:08 +0000
commitfa018e96b1e1ee62f399ea7f40f0c1836b997b49 (patch)
tree7eaac8a58dc5536b0dddf45dd8f34c89816b96cd /org.eclipse.core.filebuffers/schema/documentCreation.exsd
parentbc1112fd9748368a09dc73a92509a75a9c7789a6 (diff)
downloadeclipse.platform.text-fa018e96b1e1ee62f399ea7f40f0c1836b997b49.tar.gz
eclipse.platform.text-fa018e96b1e1ee62f399ea7f40f0c1836b997b49.tar.xz
eclipse.platform.text-fa018e96b1e1ee62f399ea7f40f0c1836b997b49.zip
enabled filenames for extension points
Diffstat (limited to 'org.eclipse.core.filebuffers/schema/documentCreation.exsd')
-rw-r--r--org.eclipse.core.filebuffers/schema/documentCreation.exsd23
1 files changed, 15 insertions, 8 deletions
diff --git a/org.eclipse.core.filebuffers/schema/documentCreation.exsd b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
index 1d3ddc7e794..ef95dbf5b08 100644
--- a/org.eclipse.core.filebuffers/schema/documentCreation.exsd
+++ b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.core.filebuffers" id="documentCreation" name="Document Creation"/>
</appInfo>
<documentation>
- This extension point is interesting for your if you want the file buffer manager to instantiate a specific document implementation for certain file extensions.
+ This extension point is interesting for your if you want the file buffer manager to instantiate a specific document implementation for certain file extensions or file names.
</documentation>
</annotation>
@@ -47,11 +47,18 @@
</documentation>
<appInfo>
- <meta.attribute kind="java"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.core.filebuffers.IDocumentFactory"/>
</appInfo>
</annotation>
</attribute>
- <attribute name="extensions" type="string" use="required">
+ <attribute name="extensions" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="fileNames" type="string">
<annotation>
<documentation>
@@ -102,11 +109,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=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&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, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>

Back to the top