Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-09-01 12:26:46 +0000
committerDani Megert2006-09-01 12:26:46 +0000
commit9245785c3aa6fde46d87118600a08d1b2393a52a (patch)
treee297cab9102767b29c931e2ece88dadba25def59 /org.eclipse.ui.editors/plugin.xml
parentd20682501ddb3522ac1834453de356d965b6884c (diff)
downloadeclipse.platform.text-9245785c3aa6fde46d87118600a08d1b2393a52a.tar.gz
eclipse.platform.text-9245785c3aa6fde46d87118600a08d1b2393a52a.tar.xz
eclipse.platform.text-9245785c3aa6fde46d87118600a08d1b2393a52a.zip
Fixed bugs:
- 72080: [misc] External files not restored - 147379: [EditorMgmt] External files not saved from recent file (MRU) list
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 743163fa654..64344f58625 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -923,4 +923,12 @@
</column>
</extension>
+ <extension
+ point="org.eclipse.ui.elementFactories">
+ <factory
+ class="org.eclipse.ui.internal.editors.text.JavaFileEditorInputFactory"
+ id="org.eclipse.ui.internal.editors.text.JavaFileEditorInputFactory">
+ </factory>
+ </extension>
+
</plugin>

Back to the top