mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Fix for 182637: Error is logged when selecting "Build configurations" in the Customize Perspective dialog
This commit is contained in:
parent
80bf74ca93
commit
6760d0c61d
3 changed files with 35 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2006 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2007 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -82,4 +82,7 @@ Data.hierarchy=Data hierarchy
|
|||
Preferred.toolchains=Preferred toolchains
|
||||
Wizard.defaults=Wizard defaults
|
||||
PropertyPage.defaults=Property page settings
|
||||
MBSPerProjectProfile.name=Managed Build System - per project scanner info profile
|
||||
MBSPerProjectProfile.name=Managed Build System - per project scanner info profile
|
||||
|
||||
# menu labels
|
||||
Configurations.menu=Build Configurations
|
||||
|
|
|
@ -142,6 +142,22 @@
|
|||
<actionSet
|
||||
id="org.eclipse.cdt.managedbuilder.ui.BuildAllActionSet"
|
||||
label="%BuildCfgMenu.label">
|
||||
<!-- Note: The menu (re-) definition has to be here due to bug: -->
|
||||
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=15670 -->
|
||||
<menu
|
||||
id="org.eclipse.cdt.ui.prjmenu"
|
||||
label="%Configurations.menu"
|
||||
path="project/build">
|
||||
<groupMarker
|
||||
name="gm1">
|
||||
</groupMarker>
|
||||
<separator
|
||||
name="s2">
|
||||
</separator>
|
||||
<groupMarker
|
||||
name="gm2">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
<action
|
||||
class="org.eclipse.cdt.managedbuilder.ui.actions.BuildAllAction"
|
||||
enablesFor="+"
|
||||
|
|
|
@ -1056,6 +1056,20 @@
|
|||
id="org.eclipse.cdt.ui.buildConfigActionSet"
|
||||
label="%BuildConfigActionSet.label"
|
||||
visible="false">
|
||||
<menu
|
||||
id="org.eclipse.cdt.ui.prjmenu"
|
||||
label="%Configurations.menu"
|
||||
path="project/build">
|
||||
<groupMarker
|
||||
name="gm1">
|
||||
</groupMarker>
|
||||
<separator
|
||||
name="s2">
|
||||
</separator>
|
||||
<groupMarker
|
||||
name="gm2">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
<action
|
||||
class="org.eclipse.cdt.ui.actions.ChangeBuildConfigMenuAction"
|
||||
disabledIcon="icons/dlcl16/config-tool.gif"
|
||||
|
@ -1098,20 +1112,6 @@
|
|||
label="%DeleteRcConfigAction.label"
|
||||
menubarPath="project/org.eclipse.cdt.ui.prjmenu/gm1"
|
||||
/>
|
||||
<menu
|
||||
id="org.eclipse.cdt.ui.prjmenu"
|
||||
label="%Configurations.menu"
|
||||
path="project/build">
|
||||
<groupMarker
|
||||
name="gm1">
|
||||
</groupMarker>
|
||||
<separator
|
||||
name="s2">
|
||||
</separator>
|
||||
<groupMarker
|
||||
name="gm2">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
</actionSet>
|
||||
<actionSet
|
||||
label="%CElementCreationActionSet.label"
|
||||
|
|
Loading…
Add table
Reference in a new issue