-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (23 loc) · 934 Bytes
/
Copy pathplugin.xml
File metadata and controls
23 lines (23 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
class="org.nodeclipse.enide.editors.notxml.editors.NotXmlEditor"
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
extensions="p2f,project,classpath,xml"
id="org.nodeclipse.enide.editors.notxml.editors.NotXmlEditor"
name="Not XML Editor">
</editor>
<editor
class="org.nodeclipse.enide.editors.notxml.editors.NotXmlEditor"
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
default="true"
extensions="launch"
icon="icons/run.png"
id="org.nodeclipse.enide.editors.notxml.editors.LaunchEditor"
name="Not XML Editor">
</editor>
</extension>
</plugin>