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"
|
name="type"
|
||||||
value="org.eclipse.cdt.core.problem"/>
|
value="org.eclipse.cdt.core.problem"/>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
|
|
||||||
<objectContribution
|
<objectContribution
|
||||||
adaptable="true"
|
adaptable="true"
|
||||||
id="org.eclipse.cdt.ui.buildConfigContribution"
|
id="org.eclipse.cdt.ui.buildConfigContribution"
|
||||||
|
@ -905,20 +906,6 @@
|
||||||
label="%ManageConfigAction.label"
|
label="%ManageConfigAction.label"
|
||||||
menubarPath="org.eclipse.cdt.ui.cfgmenu/gm2"
|
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
|
<menu
|
||||||
id="org.eclipse.cdt.ui.cfgmenu"
|
id="org.eclipse.cdt.ui.cfgmenu"
|
||||||
label="%Configurations.menu"
|
label="%Configurations.menu"
|
||||||
|
@ -933,12 +920,39 @@
|
||||||
</groupMarker>
|
</groupMarker>
|
||||||
</menu>
|
</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>
|
<visibility>
|
||||||
<objectState
|
<objectState
|
||||||
name="projectNature"
|
name="projectNature"
|
||||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||||
</visibility>
|
</visibility>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue