Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Niewrzal2016-11-03 13:41:13 +0000
committerMichal Niewrzal2016-11-18 09:51:41 +0000
commitb0fc39e177bd5f743ebf644a46986095631d6160 (patch)
treee45b1e34eda417936a25f4b4174cc310392c415f
parent472c98851d01b36a7c0d02726019bf98849fc522 (diff)
downloadeclipse.platform.text-b0fc39e177bd5f743ebf644a46986095631d6160.tar.gz
eclipse.platform.text-b0fc39e177bd5f743ebf644a46986095631d6160.tar.xz
eclipse.platform.text-b0fc39e177bd5f743ebf644a46986095631d6160.zip
Change-Id: I22ee73f0c7ca291eeda7f73df837b35164b68d20 Signed-off-by: Michal Niewrzal <michal.n@zend.com>
-rw-r--r--org.eclipse.ui.genericeditor/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.genericeditor/plugin.xml b/org.eclipse.ui.genericeditor/plugin.xml
index 5da1470b664..95a40df42ff 100644
--- a/org.eclipse.ui.genericeditor/plugin.xml
+++ b/org.eclipse.ui.genericeditor/plugin.xml
@@ -18,6 +18,7 @@
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor"
+ contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor"
default="false"
icon="icons/full/obj16/geneditor.png"
id="org.eclipse.ui.genericeditor.GenericEditor"

Back to the top