mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-10-08 19:54:42 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.eclipse.ui.editors">
|
|
<editor
|
|
class="com.wudsn.ide.tst.editors.ATASCIIEditor"
|
|
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
|
|
icon="icons/atascii-16x16.png"
|
|
id="com.wudsn.ide.tst.editors.ATASCIIEditor"
|
|
name="ATASCI Editor">
|
|
<contentTypeBinding
|
|
contentTypeId="com.wudsn.ide.tst.editors.ATASCIIFile">
|
|
</contentTypeBinding>
|
|
</editor>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.core.contenttype.contentTypes">
|
|
<content-type
|
|
base-type="org.eclipse.core.runtime.text"
|
|
describer="com.wudsn.ide.tst.contenttypes.ATASCIIFileContentDescriber"
|
|
file-extensions="*"
|
|
id="com.wudsn.ide.tst.editors.ATASCIIFile"
|
|
name="ATASCII File"
|
|
priority="high">
|
|
</content-type>
|
|
</extension>
|
|
|
|
</plugin>
|