427945: Add editor presentation toolbar

Bug: 427945
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=427945
Change-Id: If50a093f525128f851c4fe216e7d71106e9ca2ce
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
diff --git a/org.eclipse.mylyn.wikitext.ui/plugin.xml b/org.eclipse.mylyn.wikitext.ui/plugin.xml
index a742739..fcd2f27 100644
--- a/org.eclipse.mylyn.wikitext.ui/plugin.xml
+++ b/org.eclipse.mylyn.wikitext.ui/plugin.xml
@@ -330,4 +330,13 @@
             value="Courier-regular-11"/>
     </fontDefinition>
  </extension>
+ <extension
+       point="org.eclipse.ui.actionSetPartAssociations">
+    <actionSetPartAssociation
+          targetID="org.eclipse.ui.edit.text.actionSet.presentation">
+       <part
+             id="org.eclipse.mylyn.wikitext.ui.editor.markupEditor">
+       </part>
+    </actionSetPartAssociation>
+ </extension>
 </plugin>