Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-11-22 16:50:02 +0000
committerDani Megert2004-11-22 16:50:02 +0000
commit15c0ae04ed45e3612cb31504f326860853943b35 (patch)
tree6d0716e3dee68d35b605914e0f40d694bc525d0b /org.eclipse.ui.workbench.texteditor/plugin.xml
parentdff9fbf9bb16c30efe26ff35d6f2e82ee35086d1 (diff)
downloadeclipse.platform.text-15c0ae04ed45e3612cb31504f326860853943b35.tar.gz
eclipse.platform.text-15c0ae04ed45e3612cb31504f326860853943b35.tar.xz
eclipse.platform.text-15c0ae04ed45e3612cb31504f326860853943b35.zip
Removing Ctrl+PageUp/Down again (see bug 79123).
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index d151df9c0c2..b5b7ad9c72c 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -576,18 +576,6 @@
command="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
- <keyBinding
- commandId="org.eclipse.ui.edit.text.goto.windowStart"
- contextId="org.eclipse.ui.textEditorScope"
- keySequence="M1+PAGE_UP"
- keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <keyBinding
- commandId="org.eclipse.ui.edit.text.goto.windowEnd"
- contextId="org.eclipse.ui.textEditorScope"
- keySequence="M1+PAGE_DOWN"
- keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
<keyBinding
string="Ctrl+Arrow_Right"
scope="org.eclipse.ui.textEditorScope"

Back to the top