mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug #200422 : Confusion with builder actions
This commit is contained in:
parent
737a39d4e1
commit
c96254d8a2
1 changed files with 28 additions and 14 deletions
|
@ -886,6 +886,7 @@
|
|||
name="type"
|
||||
value="org.eclipse.cdt.core.problem"/>
|
||||
</objectContribution>
|
||||
|
||||
<objectContribution
|
||||
adaptable="true"
|
||||
id="org.eclipse.cdt.ui.buildConfigContribution"
|
||||
|
@ -905,20 +906,6 @@
|
|||
label="%ManageConfigAction.label"
|
||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm2"
|
||||
/>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.DeleteResConfigsAction"
|
||||
enablesFor="+"
|
||||
id="org.eclipse.cdt.ui.deleteConfigsAction0"
|
||||
label="%DeleteRcConfigAction.label"
|
||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm3"
|
||||
/>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.ExcludeFromBuildAction"
|
||||
enablesFor="+"
|
||||
id="org.eclipse.cdt.ui.excludeAction0"
|
||||
label="%ExcludeAction.label"
|
||||
menubarPath="buildGroup"
|
||||
/>
|
||||
<menu
|
||||
id="org.eclipse.cdt.ui.cfgmenu"
|
||||
label="%Configurations.menu"
|
||||
|
@ -933,12 +920,39 @@
|
|||
</groupMarker>
|
||||
</menu>
|
||||
|
||||
<visibility>
|
||||
<objectState
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.core.cnature"/>
|
||||
</visibility>
|
||||
</objectContribution>
|
||||
|
||||
<objectContribution
|
||||
adaptable="true"
|
||||
id="org.eclipse.cdt.ui.buildConfigContributionM"
|
||||
objectClass="org.eclipse.core.resources.IResource">
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.DeleteResConfigsAction"
|
||||
enablesFor="+"
|
||||
id="org.eclipse.cdt.ui.deleteConfigsAction0"
|
||||
label="%DeleteRcConfigAction.label"
|
||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm3"
|
||||
/>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.ExcludeFromBuildAction"
|
||||
enablesFor="+"
|
||||
id="org.eclipse.cdt.ui.excludeAction0"
|
||||
label="%ExcludeAction.label"
|
||||
menubarPath="buildGroup"
|
||||
/>
|
||||
|
||||
<visibility>
|
||||
<objectState
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||
</visibility>
|
||||
</objectContribution>
|
||||
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue