Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2007-08-15 15:57:20 +0000
committerspingel2007-08-15 15:57:20 +0000
commit82ab2dfcf1a708068b2e55beea1b6939083956ea (patch)
tree4b35fa96c3272639c3cc2c95e40ab0b4809ad390 /org.eclipse.mylyn.trac.ui/plugin.xml
parent3ccb4855582c7ebecfa14643b66a1baf07ee9c1a (diff)
downloadorg.eclipse.mylyn.tasks-82ab2dfcf1a708068b2e55beea1b6939083956ea.tar.gz
org.eclipse.mylyn.tasks-82ab2dfcf1a708068b2e55beea1b6939083956ea.tar.xz
org.eclipse.mylyn.tasks-82ab2dfcf1a708068b2e55beea1b6939083956ea.zip
NEW - bug 198733: create a Wiki page editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=198733
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.trac.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.ui/plugin.xml b/org.eclipse.mylyn.trac.ui/plugin.xml
index a9cbcb00a..127f678ac 100644
--- a/org.eclipse.mylyn.trac.ui/plugin.xml
+++ b/org.eclipse.mylyn.trac.ui/plugin.xml
@@ -48,5 +48,14 @@
</action>
</viewerContribution>
</extension>
+ <extension
+ point="org.eclipse.ui.editors">
+ <editor
+ class="org.eclipse.mylyn.internal.trac.ui.editor.TracWikiPageEditor"
+ icon="icons/eview16/trac-icon.gif"
+ id="org.eclipse.mylyn.trac.ui.editor.wikipage"
+ name="Wiki Page Editor">
+ </editor>
+ </extension>
</plugin>

Back to the top