Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-11-22 13:54:28 +0000
committerDani Megert2004-11-22 13:54:28 +0000
commita23fc74e61c38cffaca056d660dbdab78351e766 (patch)
tree54f873e01cac0b0b45b02dc59080645d454b7b0d /org.eclipse.ui.editors/plugin.xml
parentf9c91154d8cabb2bfe6ff7b5ea170b84e5684ecf (diff)
downloadeclipse.platform.text-a23fc74e61c38cffaca056d660dbdab78351e766.tar.gz
eclipse.platform.text-a23fc74e61c38cffaca056d660dbdab78351e766.tar.xz
eclipse.platform.text-a23fc74e61c38cffaca056d660dbdab78351e766.zip
Register adapter factories in plugin.xml
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index b65cbd0bf3b..6941af22fd3 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -33,6 +33,14 @@
<initializer class="org.eclipse.ui.internal.editors.text.EditorsPluginPreferenceInitializer"/>
</extension>
+ <extension point="org.eclipse.core.runtime.adapters">
+ <factory
+ class="org.eclipse.ui.internal.editors.text.FileEditorInputAdapterFactory"
+ adaptableType="org.eclipse.core.resources.IFile">
+ <adapter type="org.eclipse.ui.editors.text.ILocationProvider"/>
+ </factory>
+ </extension>
+
<extension
point="org.eclipse.ui.commands">
<command

Back to the top