<viewerContribution
targetID="#EditorContext"
id="net.sourceforge.phpeclipse.wiki.texteditor.viewercontribution">
+ <action
+ label="Create files from Category"
+ class="net.sourceforge.phpeclipse.wiki.actions.category.CreateFilesFromCategoryEditorAction"
+ menubarPath="additions"
+ id="net.sourceforge.phpeclipse.wiki.actions.category.CreateFilesFromCategoryEditorAction">
+ </action>
<action
label="Create files for Wiki links"
class="net.sourceforge.phpeclipse.wiki.actions.CreateFilesFromLinksEditorAction"
menubarPath="additions"
id="net.sourceforge.phpeclipse.wiki.actions.CreateFilesFromLinksEditorAction">
</action>
- <action
+ <action
label="Open Wiki link"
class="net.sourceforge.phpeclipse.wiki.actions.OpenWikiLinkEditorAction"
menubarPath="additions"
point="org.eclipse.ui.exportWizards">
<wizard
name="Wikipedia to HTML"
+ icon="icons/step.gif"
class="net.sourceforge.phpeclipse.wiki.export.html.WikiHTMLExportWizard"
id="WikiHTMLWizard">
</wizard>
<wizard
name="Wikipedia to PDF"
+ icon="icons/step.gif"
class="net.sourceforge.phpeclipse.wiki.export.pdf.WikiPDFExportWizard"
id="WikiPDFWizard">
</wizard>