Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2009-02-10 08:48:36 +0000
committerDani Megert2009-02-10 08:48:36 +0000
commit9aa76b7dbed27eb0c0562e911cbc2d58e1a4abc1 (patch)
tree6827889f4a2e05e9c19cc77ed6d79df6bc896708 /org.eclipse.ui.editors/plugin.xml
parent5f3b7096f1fe93f955209b6fa7223fc10790bd65 (diff)
downloadeclipse.platform.text-9aa76b7dbed27eb0c0562e911cbc2d58e1a4abc1.tar.gz
eclipse.platform.text-9aa76b7dbed27eb0c0562e911cbc2d58e1a4abc1.tar.xz
eclipse.platform.text-9aa76b7dbed27eb0c0562e911cbc2d58e1a4abc1.zip
Enable 'Editor Presentation' action set but without 'Toggle Segmented Mode'.v20090210-0800
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index d94a3e0053e..74befd11d36 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -483,6 +483,16 @@
</action>
</actionSet>
</extension>
+
+ <extension
+ point="org.eclipse.ui.actionSetPartAssociations">
+ <actionSetPartAssociation
+ targetID="org.eclipse.ui.edit.text.actionSet.presentation">
+ <part
+ id="org.eclipse.ui.DefaultTextEditor">
+ </part>
+ </actionSetPartAssociation>
+ </extension>
<extension
point="org.eclipse.ui.editors.markerAnnotationSpecification">

Back to the top