Menu

[r98]: / trunk / javahexeditor / plugin.xml  Maximize  Restore  History

Download this file

109 lines (106 with data), 4.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension-point id="outline" name="outline Name" schema="schema/outline.exsd"/>
<extension
id="javahexeditorIdentifier"
name="javahexeditorName"
point="org.eclipse.ui.editors">
<editor
class="net.sourceforge.javahexeditor.plugin.editors.HexEditor"
contributorClass="net.sourceforge.javahexeditor.plugin.editors.HexEditorActionBarContributor"
extensions="a,bin,cab,class,com,dat,data,drv,dll,exe,hex,iso,jar,lib,o,out,part,pdf,png,ram,res,rom,sys,txt,zip"
icon="src/icons/javahexeditor-16x16.png"
id="net.sourceforge.javahexeditor"
name="%editor.name">
<contentTypeBinding
contentTypeId="javahexeditor.binaryFile">
</contentTypeBinding>
</editor>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.eclipse.ui.preferencePages.Editors"
class="net.sourceforge.javahexeditor.plugin.editors.HexEditorPreferencesPage"
id="net.sourceforge.javahexeditor.plugin.editors.PreferencesPage"
name="%preferences-page.name"/>
</extension>
<extension
id="javahexeditorHelpExtensionId"
name="javahexeditorHelpExtensionName"
point="org.eclipse.help.toc">
<toc
file="doc/toc.xml"
primary="true"/>
</extension>
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
adaptable="false"
id="javahexeditor.objectContribution"
objectClass="org.eclipse.core.runtime.IAdaptable">
<action
class="net.sourceforge.javahexeditor.plugin.actions.FileOpenAction"
enablesFor="+"
icon="src/icons/javahexeditor-16x16.png"
id="javahexeditor.fileopen.menu"
label="%action.label"
menubarPath="additions"
style="push"
tooltip="%action.tooltip">
</action>
</objectContribution>
</extension>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
file-extensions="bin"
id="javahexeditor.binaryFile"
name="%content-type.binary.name"
priority="high">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="jar,cab,zip,rar,7z"
id="javahexeditor.archiveFile"
name="%content-type.archive.name"
priority="normal">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="exe,elf,out,com,abs"
id="javahexeditor.executableFile"
name="%content-type.executable.name"
priority="high">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="o,obj"
id="javahexeditor.objectFile"
name="%content-type.object.name"
priority="normal">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="dll,dylib,so"
id="javahexeditor.sharedLibFile"
name="%content-type.shared-library.name"
priority="normal">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="a,lib"
id="javahexeditor.staticLibFile"
name="%content-type.static-library.name"
priority="normal">
</content-type>
<content-type
base-type="javahexeditor.binaryFile"
file-extensions="class,dat,data,drv,hex,iso,part,pdf,png,ram,res,rom,sys,txt"
id="javahexeditor.miscFile"
name="%content-type.miscellaneous.name"
priority="low">
</content-type>
</extension>
</plugin>
MongoDB Logo MongoDB