Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-02-21 15:19:20 +0000
committerDani Megert2007-02-21 15:19:20 +0000
commit83492ed9a25acf36885c4b088be34f1fd5af89d0 (patch)
tree16aa63c6fb67cc1d74f8ff1bf5a6b5beab505a54 /org.eclipse.ui.editors/plugin.xml
parentec84e745fe2f6cc07a2833b09ab50e531b9bb9d6 (diff)
downloadeclipse.platform.text-83492ed9a25acf36885c4b088be34f1fd5af89d0.tar.gz
eclipse.platform.text-83492ed9a25acf36885c4b088be34f1fd5af89d0.tar.xz
eclipse.platform.text-83492ed9a25acf36885c4b088be34f1fd5af89d0.zip
Fixed bug 138655: [Workbench] Provide API for opening external file
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml22
1 files changed, 1 insertions, 21 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 1614e084d2f..7852cee7190 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -52,12 +52,6 @@
id="org.eclipse.ui.edit.text.removeTrailingWhitespace">
</command>
<command
- name="%openExternalFile.name"
- categoryId="org.eclipse.ui.category.file"
- description="%openExternalFile.description"
- id="org.eclipse.ui.edit.text.openExternalFile">
- </command>
- <command
name="%ActionDefinition.quickDiff.name"
categoryId="org.eclipse.ui.category.edit"
description="%ActionDefinition.quickDiff.description"
@@ -294,7 +288,7 @@
</provider>
<provider
class="org.eclipse.ui.editors.text.TextFileDocumentProvider"
- inputTypes="org.eclipse.ui.ide.IURIEditorInput"
+ inputTypes="org.eclipse.ui.IURIEditorInput"
id="org.eclipse.ui.editors.text.URIDocumentProvider">
</provider>
</extension>
@@ -405,20 +399,6 @@
<extension
point="org.eclipse.ui.actionSets">
<actionSet
- label="%openFilesActionSet.label"
- visible="true"
- id="org.eclipse.ui.edit.text.actionSet.openExternalFile">
- <action
- definitionId="org.eclipse.ui.edit.text.openExternalFile"
- label="%openExternalFile.label"
- helpContextId="open_text_editor_action_context"
- class="org.eclipse.ui.internal.editors.text.OpenExternalFileAction"
- tooltip="%openExternalFile.description"
- menubarPath="file/new.ext"
- id="org.eclipse.ui.edit.text.openExternalFile">
- </action>
- </actionSet>
- <actionSet
label="%textEditorAnnotationNavigationActionSet.label"
visible="true"
id="org.eclipse.ui.edit.text.actionSet.annotationNavigation">

Back to the top