<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.4"?> | |
<plugin> | |
<!--====================================--> | |
<!-- Display Preprocessed Source Action --> | |
<!--====================================--> | |
<extension point="org.eclipse.ui.actionSets"> | |
<actionSet | |
label="%actionSet.label" | |
description="%actionSet.description" | |
visible="false" | |
id="org.eclipse.photran.ui.vpg.preprocessor.c.CPPActionSet"> | |
<action | |
class="org.eclipse.photran.internal.ui.actions.DisplayPreprocessedSource" | |
id="org.eclipse.photran.ui.DisplaySymbolTableAction" | |
label="%action.label" | |
menubarPath="file/additions"/> | |
</actionSet> | |
</extension> | |
<extension | |
point="org.eclipse.ui.actionSetPartAssociations"> | |
<actionSetPartAssociation targetID="org.eclipse.photran.ui.vpg.preprocessor.c.CPPActionSet"> | |
<part id="org.eclipse.photran.ui.FortranEditor"/> | |
</actionSetPartAssociation> | |
</extension> | |
</plugin> |